Package | Description |
---|---|
com.amazonaws.services.machinelearning | |
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
DeleteBatchPredictionResult |
AmazonMachineLearning.deleteBatchPrediction(DeleteBatchPredictionRequest deleteBatchPredictionRequest)
Assigns the DELETED status to a
BatchPrediction , rendering
it unusable. |
DeleteBatchPredictionResult |
AmazonMachineLearningClient.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> |
AmazonMachineLearningAsyncClient.deleteBatchPredictionAsync(DeleteBatchPredictionRequest request,
AsyncHandler<DeleteBatchPredictionRequest,DeleteBatchPredictionResult> asyncHandler) |
Future<DeleteBatchPredictionResult> |
AbstractAmazonMachineLearningAsync.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.