update_evaluation(**kwargs)¶Updates the EvaluationName of an Evaluation .
You can use the GetEvaluation operation to view the contents of the updated data element.
See also: AWS API Documentation
Request Syntax
response = client.update_evaluation(
EvaluationId='string',
EvaluationName='string'
)
[REQUIRED]
The ID assigned to the Evaluation during creation.
[REQUIRED]
A new user-supplied name or description of the Evaluation that will replace the current content.
dict
Response Syntax
{
'EvaluationId': 'string'
}
Response Structure
(dict) --
Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
EvaluationId (string) --
The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.
Exceptions
MachineLearning.Client.exceptions.InvalidInputExceptionMachineLearning.Client.exceptions.ResourceNotFoundExceptionMachineLearning.Client.exceptions.InternalServerException