| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProblemType |
ProblemType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
TabularResolvedAttributes |
TabularResolvedAttributes.withProblemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
TabularJobConfig |
TabularJobConfig.withProblemType(ProblemType problemType)
The type of supervised learning problem available for the model candidates of the AutoML job V2.
|
ResolvedAttributes |
ResolvedAttributes.withProblemType(ProblemType problemType)
The problem type.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withProblemType(ProblemType problemType)
Returns the job's problem type.
|
CreateAutoMLJobRequest |
CreateAutoMLJobRequest.withProblemType(ProblemType problemType)
Defines the type of supervised learning problem available for the candidates.
|
Copyright © 2024. All rights reserved.