| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TabularResolvedAttributes.Builder |
TabularResolvedAttributes.builder() |
TabularResolvedAttributes.Builder |
TabularResolvedAttributes.Builder.problemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularResolvedAttributes.Builder |
TabularResolvedAttributes.Builder.problemType(String problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularResolvedAttributes.Builder |
TabularResolvedAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TabularResolvedAttributes.Builder> |
TabularResolvedAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLProblemTypeResolvedAttributes |
AutoMLProblemTypeResolvedAttributes.fromTabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
Create an instance of this class with
AutoMLProblemTypeResolvedAttributes.tabularResolvedAttributes() initialized to the given value. |
default AutoMLProblemTypeResolvedAttributes.Builder |
AutoMLProblemTypeResolvedAttributes.Builder.tabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
Defines the resolved attributes for the
TABULAR problem type. |
Copyright © 2023. All rights reserved.