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