Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
Modifier and Type | Method and Description |
---|---|
static SortOrder |
SortOrder.fromValue(String value)
Use this in place of valueOf.
|
static SortOrder |
SortOrder.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMLModelsRequest.setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
MLModel . |
void |
DescribeEvaluationsRequest.setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
Evaluation . |
void |
DescribeDataSourcesRequest.setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
void |
DescribeBatchPredictionsRequest.setSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
MLModel s. |
DescribeMLModelsRequest |
DescribeMLModelsRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
MLModel . |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
Evaluation . |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
DataSource . |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
MLModel s. |
Copyright © 2015. All rights reserved.