| 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 |
DescribeAutoMlJobResponse.problemType()
Returns the job's problem type.
|
ProblemType |
ResolvedAttributes.problemType()
The problem type.
|
ProblemType |
CreateAutoMlJobRequest.problemType()
Defines the kind of preprocessing and algorithms intended for the candidates.
|
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 |
|---|---|
DescribeAutoMlJobResponse.Builder |
DescribeAutoMlJobResponse.Builder.problemType(ProblemType problemType)
Returns the job's problem type.
|
ResolvedAttributes.Builder |
ResolvedAttributes.Builder.problemType(ProblemType problemType)
The problem type.
|
CreateAutoMlJobRequest.Builder |
CreateAutoMlJobRequest.Builder.problemType(ProblemType problemType)
Defines the kind of preprocessing and algorithms intended for the candidates.
|
Copyright © 2020. All rights reserved.