| 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()
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
DescribeBatchPredictionsResult |
AmazonMachineLearning.describeBatchPredictions()
Returns a list of
BatchPrediction operations that match
the search criteria in the request. |
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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.clone() |
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withNextToken(String nextToken)
The ID of the next page in the paginated results that indicates at
least one more page follows.
|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(BatchPrediction... results)
A list of BatchPrediction objects that meet the search
criteria.
|
DescribeBatchPredictionsResult |
DescribeBatchPredictionsResult.withResults(Collection<BatchPrediction> results)
A list of BatchPrediction objects that meet the search
criteria.
|
Copyright © 2015. All rights reserved.