delete_ml_model
(**kwargs)¶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 theDeleteMLModel
operation is irreversible.
See also: AWS API Documentation
Request Syntax
response = client.delete_ml_model(
MLModelId='string'
)
[REQUIRED]
A user-supplied ID that uniquely identifies the MLModel
.
{
'MLModelId': 'string'
}
Response Structure
Represents the output of a DeleteMLModel
operation.
You can use the GetMLModel
operation and check the value of the Status
parameter to see whether an MLModel
is marked as DELETED
.
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelID
in the request.
Exceptions
MachineLearning.Client.exceptions.InvalidInputException
MachineLearning.Client.exceptions.ResourceNotFoundException
MachineLearning.Client.exceptions.InternalServerException