:doc:`SageMakergeospatialcapabilities <../../sagemaker-geospatial>` / Client / get_raster_data_collection

**************************
get_raster_data_collection
**************************



.. py:method:: SageMakergeospatialcapabilities.Client.get_raster_data_collection(**kwargs)

  

  Use this operation to get details of a specific raster data collection.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-geospatial-2020-05-27/GetRasterDataCollection>`_  


  **Request Syntax**
  ::

    response = client.get_raster_data_collection(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the raster data collection.

    

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

    
    ::

      {
          'Arn': 'string',
          'Description': 'string',
          'DescriptionPageUrl': 'string',
          'ImageSourceBands': [
              'string',
          ],
          'Name': 'string',
          'SupportedFilters': [
              {
                  'Maximum': ...,
                  'Minimum': ...,
                  'Name': 'string',
                  'Type': 'string'
              },
          ],
          'Tags': {
              'string': 'string'
          },
          'Type': 'PUBLIC'|'PREMIUM'|'USER'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the raster data collection.

        
      

      - **Description** *(string) --* 

        A description of the raster data collection.

        
      

      - **DescriptionPageUrl** *(string) --* 

        The URL of the description page.

        
      

      - **ImageSourceBands** *(list) --* 

        The list of image source bands in the raster data collection.

        
        

        - *(string) --* 
    
      

      - **Name** *(string) --* 

        The name of the raster data collection.

        
      

      - **SupportedFilters** *(list) --* 

        The filters supported by the raster data collection.

        
        

        - *(dict) --* 

          The structure representing the filters supported by a RasterDataCollection.

          
          

          - **Maximum** *(float) --* 

            The maximum value of the filter.

            
          

          - **Minimum** *(float) --* 

            The minimum value of the filter.

            
          

          - **Name** *(string) --* 

            The name of the filter.

            
          

          - **Type** *(string) --* 

            The type of the filter being used.

            
      
    
      

      - **Tags** *(dict) --* 

        Each tag consists of a key and a value.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
      

      - **Type** *(string) --* 

        The raster data collection type.

        
  
  **Exceptions**
  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`SageMakergeospatialcapabilities.Client.exceptions.ThrottlingException`

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

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

  