Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::RasterDataCollectionMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Response object containing details for a specific RasterDataCollection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
-
#description ⇒ String
A description of the raster data collection.
-
#description_page_url ⇒ String
The description URL of the raster data collection.
-
#name ⇒ String
The name of the raster data collection.
-
#supported_filters ⇒ Array<Types::Filter>
The list of filters supported by the raster data collection.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
-
#type ⇒ String
The type of raster data collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description_page_url ⇒ String
The description URL of the raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#supported_filters ⇒ Array<Types::Filter>
The list of filters supported by the raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of raster data collection.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1705 class RasterDataCollectionMetadata < Struct.new( :arn, :description, :description_page_url, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |