:doc:`HealthImaging <../../medical-imaging>` / Client / get_image_set_metadata

**********************
get_image_set_metadata
**********************



.. py:method:: HealthImaging.Client.get_image_set_metadata(**kwargs)

  

  Get metadata attributes for an image set.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medical-imaging-2023-07-19/GetImageSetMetadata>`_  


  **Request Syntax**
  ::

    response = client.get_image_set_metadata(
        datastoreId='string',
        imageSetId='string',
        versionId='string'
    )
    
  :type datastoreId: string
  :param datastoreId: **[REQUIRED]** 

    The data store identifier.

    

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

    The image set identifier.

    

  
  :type versionId: string
  :param versionId: 

    The image set version identifier.

    

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

    
    ::

      {
          'imageSetMetadataBlob': StreamingBody(),
          'contentType': 'string',
          'contentEncoding': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **imageSetMetadataBlob** (:class:`.StreamingBody`) -- 

        The blob containing the aggregated metadata information for the image set.

        
      

      - **contentType** *(string) --* 

        The format in which the study metadata is returned to the customer. Default is ``text/plain``.

        
      

      - **contentEncoding** *(string) --* 

        The compression format in which image set metadata attributes are returned.

        
  
  **Exceptions**
  
  *   :py:class:`HealthImaging.Client.exceptions.ThrottlingException`

  
  *   :py:class:`HealthImaging.Client.exceptions.ConflictException`

  
  *   :py:class:`HealthImaging.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`HealthImaging.Client.exceptions.ValidationException`

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

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

  