List Raster Data Collections
sagemakergeospatialcapabilities_list_raster_data_collections | R Documentation |
Use this operation to get raster data collections¶
Description¶
Use this operation to get raster data collections.
Usage¶
sagemakergeospatialcapabilities_list_raster_data_collections(MaxResults,
NextToken)
Arguments¶
MaxResults |
The total number of items to return. |
NextToken |
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results. |
Value¶
A list with the following syntax:
list(
NextToken = "string",
RasterDataCollectionSummaries = list(
list(
Arn = "string",
Description = "string",
DescriptionPageUrl = "string",
Name = "string",
SupportedFilters = list(
list(
Maximum = 123.0,
Minimum = 123.0,
Name = "string",
Type = "string"
)
),
Tags = list(
"string"
),
Type = "PUBLIC"|"PREMIUM"|"USER"
)
)
)
Request syntax¶
svc$list_raster_data_collections(
MaxResults = 123,
NextToken = "string"
)