| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Synchronous and asynchronous client classes for accessing AmazonMachineLearning.
|
| com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
| 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. |
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsyncClient.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
Future<DescribeBatchPredictionsResult> |
AmazonMachineLearningAsync.describeBatchPredictionsAsync(DescribeBatchPredictionsRequest describeBatchPredictionsRequest,
AsyncHandler<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResult> asyncHandler)
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
| 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: CreatedAt - Sets
the search criteria to the BatchPrediction creation
date. Status - Sets the search criteria to the
BatchPrediction status. Name - Sets
the search criteria to the contents of the
BatchPrediction Name.
IAMUser - Sets the search criteria to the user
account that invoked the BatchPrediction creation.
MLModelId - Sets the search criteria to the
MLModel used in the BatchPrediction.
DataSourceId - Sets the search criteria to the
DataSource used in the BatchPrediction.
DataURI - Sets the search criteria to the data
file(s) used in the BatchPrediction. |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
BatchPrediction: CreatedAt - Sets
the search criteria to the BatchPrediction creation
date. Status - Sets the search criteria to the
BatchPrediction status. Name - Sets
the search criteria to the contents of the
BatchPrediction Name.
IAMUser - Sets the search criteria to the user
account that invoked the BatchPrediction creation.
MLModelId - Sets the search criteria to the
MLModel used in the BatchPrediction.
DataSourceId - Sets the search criteria to the
DataSource used in the BatchPrediction.
DataURI - Sets the search criteria to the data
file(s) used in the 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
MLModels. |
DescribeBatchPredictionsRequest |
DescribeBatchPredictionsRequest.withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
MLModels. |
Copyright © 2015. All rights reserved.