:doc:`Glue <../../glue>` / Client / put_data_quality_profile_annotation

***********************************
put_data_quality_profile_annotation
***********************************



.. py:method:: Glue.Client.put_data_quality_profile_annotation(**kwargs)

  

  Annotate all datapoints for a Profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutDataQualityProfileAnnotation>`_  


  **Request Syntax**
  ::

    response = client.put_data_quality_profile_annotation(
        ProfileId='string',
        InclusionAnnotation='INCLUDE'|'EXCLUDE'
    )
    
  :type ProfileId: string
  :param ProfileId: **[REQUIRED]** 

    The ID of the data quality monitoring profile to annotate.

    

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

    The inclusion annotation value to apply to the profile.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Left blank.

      
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  