Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input structure for Raster Data Collection Query containing the Area of Interest, TimeRange Filters, and Property Filters.
Constant Summary collapse
- SENSITIVE =
[:time_range_filter]
Instance Attribute Summary collapse
-
#area_of_interest ⇒ Types::AreaOfInterest
The area of interest being queried for the raster data collection.
-
#property_filters ⇒ Types::PropertyFilters
The list of Property filters used in the Raster Data Collection Query.
-
#raster_data_collection_arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
-
#time_range_filter ⇒ Types::TimeRangeFilterInput
The TimeRange Filter used in the RasterDataCollection Query.
Instance Attribute Details
#area_of_interest ⇒ Types::AreaOfInterest
The area of interest being queried for the raster data collection.
1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1739 class RasterDataCollectionQueryInput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#property_filters ⇒ Types::PropertyFilters
The list of Property filters used in the Raster Data Collection Query.
1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1739 class RasterDataCollectionQueryInput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#raster_data_collection_arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1739 class RasterDataCollectionQueryInput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#time_range_filter ⇒ Types::TimeRangeFilterInput
The TimeRange Filter used in the RasterDataCollection Query.
1739 1740 1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1739 class RasterDataCollectionQueryInput < Struct.new( :area_of_interest, :property_filters, :raster_data_collection_arn, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |