MachineLearning / Client / update_evaluation
update_evaluation#
- MachineLearning.Client.update_evaluation(**kwargs)#
- Updates the - EvaluationNameof an- Evaluation.- You can use the - GetEvaluationoperation to view the contents of the updated data element.- See also: AWS API Documentation - Request Syntax- response = client.update_evaluation( EvaluationId='string', EvaluationName='string' ) - Parameters:
- EvaluationId (string) – - [REQUIRED] - The ID assigned to the - Evaluationduring creation.
- EvaluationName (string) – - [REQUIRED] - A new user-supplied name or description of the - Evaluationthat will replace the current content.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'EvaluationId': 'string' } - Response Structure- (dict) – - Represents the output of an - UpdateEvaluationoperation.- You can see the updated content by using the - GetEvaluationoperation.- EvaluationId (string) – - The ID assigned to the - Evaluationduring creation. This value should be identical to the value of the- Evaluationin the request.
 
 
 - Exceptions- MachineLearning.Client.exceptions.InvalidInputException
- MachineLearning.Client.exceptions.ResourceNotFoundException
- MachineLearning.Client.exceptions.InternalServerException