Package | Description |
---|---|
com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.clone() |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withEQ(String eQ)
The equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withFilterVariable(BatchPredictionFilterVariable filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withGE(String gE)
The greater than or equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withGT(String gT)
The greater than operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLE(String lE)
The less than or equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLimit(Integer limit)
The number of pages of information to include in the result.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLT(String lT)
The less than operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withNE(String nE)
The not equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withNextToken(String nextToken)
An ID of the page in the paginated results.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id . |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list of
MLModel s. |
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeBatchPredictionsRequest> |
AmazonMachineLearningWaiters.batchPredictionAvailable()
Builds a BatchPredictionAvailable waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsFunction.apply(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.