sagemakergeospatialcapabilities_search_raster_data_collection {paws.machine.learning} | R Documentation |
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters
Description
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.
Usage
sagemakergeospatialcapabilities_search_raster_data_collection(
Arn,
NextToken = NULL,
RasterDataCollectionQuery
)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) of the raster data collection. |
NextToken |
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results. |
RasterDataCollectionQuery |
[required] RasterDataCollectionQuery consisting of
AreaOfInterest(AOI),
PropertyFilters
and
TimeRangeFilterInput
used in
|
[Package paws.machine.learning version 0.9.0 Index]