Uses of Class
software.amazon.awssdk.services.sagemaker.model.ObjectiveStatus
-
Packages that use ObjectiveStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ObjectiveStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ObjectiveStatus Modifier and Type Method 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's 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ObjectiveStatus Modifier and Type Method Description static Set<ObjectiveStatus>
ObjectiveStatus. knownValues()
Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ObjectiveStatus Modifier and Type Method Description AutoMLCandidate.Builder
AutoMLCandidate.Builder. objectiveStatus(ObjectiveStatus objectiveStatus)
The objective's status.HyperParameterTrainingJobSummary.Builder
HyperParameterTrainingJobSummary.Builder. objectiveStatus(ObjectiveStatus objectiveStatus)
The status of the objective metric for the training job:
-