MachineLearning / Client / delete_ml_model
delete_ml_model#
- MachineLearning.Client.delete_ml_model(**kwargs)#
- Assigns the - DELETEDstatus to an- MLModel, rendering it unusable.- After using the - DeleteMLModeloperation, you can use the- GetMLModeloperation to verify that the status of the- MLModelchanged to DELETED.- Caution: The result of the - DeleteMLModeloperation is irreversible.- See also: AWS API Documentation - Request Syntax- response = client.delete_ml_model( MLModelId='string' ) - Parameters:
- MLModelId (string) – - [REQUIRED] - A user-supplied ID that uniquely identifies the - MLModel.
- Return type:
- dict 
- Returns:
- Response Syntax- { 'MLModelId': 'string' } - Response Structure- (dict) – - Represents the output of a - DeleteMLModeloperation.- You can use the - GetMLModeloperation and check the value of the- Statusparameter to see whether an- MLModelis marked as- DELETED.- MLModelId (string) – - A user-supplied ID that uniquely identifies the - MLModel. This value should be identical to the value of the- MLModelIDin the request.
 
 
 - Exceptions- MachineLearning.Client.exceptions.InvalidInputException
- MachineLearning.Client.exceptions.ResourceNotFoundException
- MachineLearning.Client.exceptions.InternalServerException