deleteBatchPrediction
inline suspend fun MachineLearningClient.deleteBatchPrediction(crossinline block: DeleteBatchPredictionRequest.Builder.() -> Unit): DeleteBatchPredictionResponse
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 the DeleteBatchPrediction
operation is irreversible.