Uses of Enum
com.amazonaws.services.machinelearning.model.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return SortOrderModifier and TypeMethodDescriptionstatic SortOrder
Use this in place of valueOf.static SortOrder
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.machinelearning.model with parameters of type SortOrderModifier and TypeMethodDescriptionvoid
DescribeBatchPredictionsRequest.setSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
s.void
DescribeDataSourcesRequest.setSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofDataSource
.void
DescribeEvaluationsRequest.setSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofEvaluation
.void
DescribeMLModelsRequest.setSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
.DescribeBatchPredictionsRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
s.DescribeDataSourcesRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofDataSource
.DescribeEvaluationsRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofEvaluation
.DescribeMLModelsRequest.withSortOrder
(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModel
.