Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobObjectiveType
-
Packages that use AutoMLJobObjectiveType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobObjectiveType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobObjectiveType Modifier and Type Method Description static AutoMLJobObjectiveTypeAutoMLJobObjectiveType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoMLJobObjectiveTypeFinalAutoMLJobObjectiveMetric. type()The type of metric with the best result.static AutoMLJobObjectiveTypeAutoMLJobObjectiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoMLJobObjectiveType[]AutoMLJobObjectiveType. 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 AutoMLJobObjectiveType Modifier and Type Method Description static Set<AutoMLJobObjectiveType>AutoMLJobObjectiveType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobObjectiveType Modifier and Type Method Description FinalAutoMLJobObjectiveMetric.BuilderFinalAutoMLJobObjectiveMetric.Builder. type(AutoMLJobObjectiveType type)The type of metric with the best result.
-