Skip to content

Get Raster Data Collection

sagemakergeospatialcapabilities_get_raster_data_collection R Documentation

Use this operation to get details of a specific raster data collection

Description

Use this operation to get details of a specific raster data collection.

Usage

sagemakergeospatialcapabilities_get_raster_data_collection(Arn)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the raster data collection.

Value

A list with the following syntax:

list(
  Arn = "string",
  Description = "string",
  DescriptionPageUrl = "string",
  ImageSourceBands = list(
    "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$get_raster_data_collection(
  Arn = "string"
)