| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProblemType |
ProblemType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProblemType |
CreateAutoMlJobRequest.problemType()
Defines the type of supervised learning problem available for the candidates.
|
ProblemType |
DescribeAutoMlJobResponse.problemType()
Returns the job's problem type.
|
ProblemType |
TabularJobConfig.problemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2.
|
ProblemType |
TabularResolvedAttributes.problemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
ProblemType |
ResolvedAttributes.problemType()
The problem type.
|
static ProblemType |
ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemType[] |
ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProblemType> |
ProblemType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMlJobRequest.Builder |
CreateAutoMlJobRequest.Builder.problemType(ProblemType problemType)
Defines the type of supervised learning problem available for the candidates.
|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.problemType(ProblemType problemType)
Returns the job's problem type.
|
TabularJobConfig.Builder |
TabularJobConfig.Builder.problemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2.
|
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).
|
ResolvedAttributes.Builder |
ResolvedAttributes.Builder.problemType(ProblemType problemType)
The problem type.
|
Copyright © 2023. All rights reserved.