MachineLearning / Client / update_evaluation

update_evaluation#

MachineLearning.Client.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'
)
Parameters:
  • EvaluationId (string) –

    [REQUIRED]

    The ID assigned to the Evaluation during creation.

  • EvaluationName (string) –

    [REQUIRED]

    A new user-supplied name or description of the Evaluation that will replace the current content.

Return type:

dict

Returns:

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