Uses of Class
software.amazon.awssdk.services.sagemaker.model.OptimizationConfig.Type
-
Packages that use OptimizationConfig.Type Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OptimizationConfig.Type in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OptimizationConfig.Type Modifier and Type Method Description OptimizationConfig.TypeOptimizationConfig. type()Retrieve an enum value representing which member of this object is populated.static OptimizationConfig.TypeOptimizationConfig.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizationConfig.Type[]OptimizationConfig.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-