| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.deleteBatchPredictionAsync(DeleteBatchPredictionRequest request,
AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler) |
Future<DeleteBatchPredictionResult> |
AmazonMachineLearningAsyncClient.deleteBatchPredictionAsync(DeleteBatchPredictionRequest request,
AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler) |
Future<DeleteBatchPredictionResult> |
AmazonMachineLearningAsync.deleteBatchPredictionAsync(DeleteBatchPredictionRequest deleteBatchPredictionRequest,
AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
| Modifier and Type | Method and Description |
|---|---|
DeleteBatchPredictionRequest |
DeleteBatchPredictionRequest.clone() |
DeleteBatchPredictionRequest |
DeleteBatchPredictionRequest.withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction. |
Copyright © 2019. All rights reserved.