:doc:`MachineLearning <../../machinelearning>` / Client / update_evaluation

*****************
update_evaluation
*****************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/machinelearning-2014-12-12/UpdateEvaluation>`_  


  **Request Syntax**
  ::

    response = client.update_evaluation(
        EvaluationId='string',
        EvaluationName='string'
    )
    
  :type EvaluationId: string
  :param EvaluationId: **[REQUIRED]** 

    The ID assigned to the ``Evaluation`` during creation.

    

  
  :type EvaluationName: string
  :param EvaluationName: **[REQUIRED]** 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`MachineLearning.Client.exceptions.InvalidInputException`

  
  *   :py:class:`MachineLearning.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`MachineLearning.Client.exceptions.InternalServerException`

  