Class: Aws::SageMakerGeospatial::Types::GetRasterDataCollectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GetRasterDataCollectionOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
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 URL of the description page.
-
#image_source_bands ⇒ Array<String>
The list of image source bands in the raster data collection.
-
#name ⇒ String
The name of the raster data collection.
-
#supported_filters ⇒ Array<Types::Filter>
The filters supported by the raster data collection.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
-
#type ⇒ String
The raster data collection type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the raster data collection.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description_page_url ⇒ String
The URL of the description page.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#image_source_bands ⇒ Array<String>
The list of image source bands in the raster data collection.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the raster data collection.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#supported_filters ⇒ Array<Types::Filter>
The filters supported by the raster data collection.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The raster data collection type.
683 684 685 686 687 688 689 690 691 692 693 694 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 683 class GetRasterDataCollectionOutput < Struct.new( :arn, :description, :description_page_url, :image_source_bands, :name, :supported_filters, :tags, :type) SENSITIVE = [] include Aws::Structure end |