Uses of Enum
com.amazonaws.services.machinelearning.model.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in com.amazonaws.services.machinelearning.model
Subclasses with type arguments of type SortOrder in com.amazonaws.services.machinelearning.modelMethods in com.amazonaws.services.machinelearning.model that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderUse this in place of valueOf.static SortOrderReturns 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 TypeMethodDescriptionvoidDescribeBatchPredictionsRequest.setSortOrder(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofMLModels.voidDescribeDataSourcesRequest.setSortOrder(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofDataSource.voidDescribeEvaluationsRequest.setSortOrder(SortOrder sortOrder) A two-value parameter that determines the sequence of the resulting list ofEvaluation.voidDescribeMLModelsRequest.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 ofMLModels.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.