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 ObjectiveStatusObjectiveStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectiveStatusAutoMLCandidate. objectiveStatus()The objective's status.ObjectiveStatusHyperParameterTrainingJobSummary. objectiveStatus()The status of the objective metric for the training job:static ObjectiveStatusObjectiveStatus. 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.BuilderAutoMLCandidate.Builder. objectiveStatus(ObjectiveStatus objectiveStatus)The objective's status.HyperParameterTrainingJobSummary.BuilderHyperParameterTrainingJobSummary.Builder. objectiveStatus(ObjectiveStatus objectiveStatus)The status of the objective metric for the training job:
-