Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.
See https://www.paws-r-sdk.com/docs/sagemakergeospatialcapabilities_search_raster_data_collection/ for full documentation.
sagemakergeospatialcapabilities_search_raster_data_collection(
Arn,
NextToken = NULL,
RasterDataCollectionQuery
)
[required] The Amazon Resource Name (ARN) of the raster data collection.
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
[required] RasterDataCollectionQuery consisting of
AreaOfInterest(AOI),
PropertyFilters
and
TimeRangeFilterInput
used in
search_raster_data_collection
.