SageMakergeospatialcapabilities / Client / get_raster_data_collection
get_raster_data_collection#
- SageMakergeospatialcapabilities.Client.get_raster_data_collection(**kwargs)#
- Use this operation to get details of a specific raster data collection. - See also: AWS API Documentation - Request Syntax- response = client.get_raster_data_collection( Arn='string' ) - Parameters:
- Arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the raster data collection. 
- Return type:
- 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- SageMakergeospatialcapabilities.Client.exceptions.AccessDeniedException
- SageMakergeospatialcapabilities.Client.exceptions.ValidationException
- SageMakergeospatialcapabilities.Client.exceptions.ThrottlingException
- SageMakergeospatialcapabilities.Client.exceptions.InternalServerException
- SageMakergeospatialcapabilities.Client.exceptions.ResourceNotFoundException