delete_batch_prediction(**kwargs)¶Assigns the DELETED status to a BatchPrediction , rendering it unusable.
After using the DeleteBatchPrediction operation, you can use the GetBatchPrediction operation to verify that the status of the BatchPrediction changed to DELETED.
Caution: The result of theDeleteBatchPredictionoperation is irreversible.
See also: AWS API Documentation
Request Syntax
response = client.delete_batch_prediction(
BatchPredictionId='string'
)
[REQUIRED]
A user-supplied ID that uniquely identifies the BatchPrediction .
{
'BatchPredictionId': 'string'
}
Response Structure
Represents the output of a DeleteBatchPrediction operation.
You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED .
A user-supplied ID that uniquely identifies the BatchPrediction . This value should be identical to the value of the BatchPredictionID in the request.
Exceptions
MachineLearning.Client.exceptions.InvalidInputExceptionMachineLearning.Client.exceptions.ResourceNotFoundExceptionMachineLearning.Client.exceptions.InternalServerException