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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the raster data collection.
{
'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
The Amazon Resource Name (ARN) of the raster data collection.
A description of the raster data collection.
The URL of the description page.
The name of the raster data collection.
The filters supported by the raster data collection.
The structure representing the filters supported by a RasterDataCollection.
The maximum value of the filter.
The minimum value of the filter.
The name of the filter.
The type of the filter being used.
Each tag consists of a key and a value.
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