MachineLearning / Client / delete_evaluation
delete_evaluation#
- MachineLearning.Client.delete_evaluation(**kwargs)#
- Assigns the - DELETEDstatus to an- Evaluation, rendering it unusable.- After invoking the - DeleteEvaluationoperation, you can use the- GetEvaluationoperation to verify that the status of the- Evaluationchanged to- DELETED.- Caution: The results of the - DeleteEvaluationoperation are irreversible.- See also: AWS API Documentation - Request Syntax - response = client.delete_evaluation( EvaluationId='string' ) - Parameters:
- EvaluationId (string) – - [REQUIRED] - A user-supplied ID that uniquely identifies the - Evaluationto delete.
- Return type:
- dict 
- Returns:
- Response Syntax - { 'EvaluationId': 'string' } - Response Structure - (dict) – - Represents the output of a - DeleteEvaluationoperation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.- You can use the - GetEvaluationoperation and check the value of the- Statusparameter to see whether an- Evaluationis marked as- DELETED.- EvaluationId (string) – - A user-supplied ID that uniquely identifies the - Evaluation. This value should be identical to the value of the- EvaluationIdin the request.
 
 
 - Exceptions - MachineLearning.Client.exceptions.InvalidInputException
- MachineLearning.Client.exceptions.ResourceNotFoundException
- MachineLearning.Client.exceptions.InternalServerException