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

****************************
list_raster_data_collections
****************************



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

  

  Use this operation to get raster data collections.

  

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


  **Request Syntax**
  ::

    response = client.list_raster_data_collections(
        MaxResults=123,
        NextToken='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The total number of items to return.

    

  
  :type NextToken: string
  :param NextToken: 

    If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **NextToken** *(string) --* 

        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

        
      

      - **RasterDataCollectionSummaries** *(list) --* 

        Contains summary information about the raster data collection.

        
        

        - *(dict) --* 

          Response object containing details for a specific RasterDataCollection.

          
          

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

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

            
          

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

            A description of the raster data collection.

            
          

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

            The description URL of the raster data collection.

            
          

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

            The name of the raster data collection.

            
          

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

            The list of 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 type of raster data collection.

            
      
    
  
  **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`

  