| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectiveStatus |
ObjectiveStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectiveStatus |
AutoMLCandidate.objectiveStatus()
The objective status.
|
ObjectiveStatus |
HyperParameterTrainingJobSummary.objectiveStatus()
The status of the objective metric for the training job:
|
static ObjectiveStatus |
ObjectiveStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveStatus[] |
ObjectiveStatus.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<ObjectiveStatus> |
ObjectiveStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate.Builder |
AutoMLCandidate.Builder.objectiveStatus(ObjectiveStatus objectiveStatus)
The objective status.
|
HyperParameterTrainingJobSummary.Builder |
HyperParameterTrainingJobSummary.Builder.objectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
|
Copyright © 2020. All rights reserved.