Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlgorithmSortBy
-
Packages that use AlgorithmSortBy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AlgorithmSortBy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AlgorithmSortBy Modifier and Type Method Description static AlgorithmSortByAlgorithmSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AlgorithmSortByListAlgorithmsRequest. sortBy()The parameter by which to sort the results.static AlgorithmSortByAlgorithmSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmSortBy[]AlgorithmSortBy. 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 AlgorithmSortBy Modifier and Type Method Description static Set<AlgorithmSortBy>AlgorithmSortBy. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlgorithmSortBy Modifier and Type Method Description ListAlgorithmsRequest.BuilderListAlgorithmsRequest.Builder. sortBy(AlgorithmSortBy sortBy)The parameter by which to sort the results.
-