deleteMlModel
inline suspend fun MachineLearningClient.deleteMlModel(crossinline block: DeleteMlModelRequest.Builder.() -> Unit): DeleteMlModelResponse
Assigns the DELETED
status to an MLModel
, rendering it unusable.
After using the DeleteMLModel
operation, you can use the GetMLModel
operation to verify that the status of the MLModel
changed to DELETED.
Caution: The result of the DeleteMLModel
operation is irreversible.