| 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 |
|---|---|
DeleteBatchPredictionResult |
AmazonMachineLearningClient.deleteBatchPrediction(DeleteBatchPredictionRequest request)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
DeleteBatchPredictionResult |
AmazonMachineLearning.deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction, rendering it unusable. |
DeleteBatchPredictionResult |
AbstractAmazonMachineLearning.deleteBatchPrediction(DeleteBatchPredictionRequest request) |
| 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 |
|---|---|
DeleteBatchPredictionResult |
DeleteBatchPredictionResult.clone() |
DeleteBatchPredictionResult |
DeleteBatchPredictionResult.withBatchPredictionId(String batchPredictionId)
A user-supplied ID that uniquely identifies the
BatchPrediction. |
Copyright © 2018. All rights reserved.