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