Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The output structure contains the Raster Data Collection Query input along with some additional metadata.
Constant Summary collapse
- SENSITIVE =
[:time_range_filter]
Instance Attribute Summary collapse
-
#area_of_interest ⇒ Types::AreaOfInterest
The Area of Interest used in the search.
-
#property_filters ⇒ Types::PropertyFilters
Property filters used in the search.
-
#raster_data_collection_arn ⇒ String
The ARN of the Raster Data Collection against which the search is done.
-
#raster_data_collection_name ⇒ String
The name of the raster data collection.
-
#time_range_filter ⇒ Types::TimeRangeFilterOutput
The TimeRange filter used in the search.
Instance Attribute Details
#area_of_interest ⇒ Types::AreaOfInterest
The Area of Interest used in the search.
1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1774 class RasterDataCollectionQueryOutput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :raster_data_collection_name, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#property_filters ⇒ Types::PropertyFilters
Property filters used in the search.
1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1774 class RasterDataCollectionQueryOutput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :raster_data_collection_name, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#raster_data_collection_arn ⇒ String
The ARN of the Raster Data Collection against which the search is done.
1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1774 class RasterDataCollectionQueryOutput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :raster_data_collection_name, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#raster_data_collection_name ⇒ String
The name of the raster data collection.
1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1774 class RasterDataCollectionQueryOutput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :raster_data_collection_name, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#time_range_filter ⇒ Types::TimeRangeFilterOutput
The TimeRange filter used in the search.
1774 1775 1776 1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1774 class RasterDataCollectionQueryOutput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :raster_data_collection_name, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |