Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsResult |
AmazonMachineLearningClient.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
DescribeBatchPredictionsResult |
AbstractAmazonMachineLearning.describeBatchPredictions(DescribeBatchPredictionsRequest request) |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request) |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request) |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler) |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Simplified method form for invoking the DescribeBatchPredictions
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Simplified method form for invoking the DescribeBatchPredictions
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync(AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Simplified method form for invoking the DescribeBatchPredictions
operation with an AsyncHandler.
|
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler) |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match the
search criteria in the request. |
java.util.concurrent.Future<DescribeBatchPredictionsResult> |
AbstractAmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest request,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.clone() |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withEQ(java.lang.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(java.lang.String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction : |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withGE(java.lang.String gE)
The greater than or equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withGT(java.lang.String gT)
The greater than operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLE(java.lang.String lE)
The less than or equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLimit(java.lang.Integer limit)
The number of pages of information to include in the result.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withLT(java.lang.String lT)
The less than operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withNE(java.lang.String nE)
The not equal to operator.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withNextToken(java.lang.String nextToken)
An ID of the page in the paginated results.
|
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withPrefix(java.lang.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(java.lang.String sortOrder)
A two-value parameter that determines the sequence of the resulting list
of
MLModel s. |
Modifier and Type | Method and Description |
---|---|
Request<DescribeBatchPredictionsRequest> |
DescribeBatchPredictionsRequestMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeBatchPredictionsRequest> |
DescribeBatchPredictionsRequestMarshaller.marshall(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |