Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryWithBandFilterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryWithBandFilterInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
This is a RasterDataCollectionQueryInput containing AreaOfInterest, Time Range filter and Property filters.
Constant Summary collapse
- SENSITIVE =
[:time_range_filter]
Instance Attribute Summary collapse
-
#area_of_interest ⇒ Types::AreaOfInterest
The Area of interest to be used in the search query.
-
#band_filter ⇒ Array<String>
The list of Bands to be displayed in the result for each item.
-
#property_filters ⇒ Types::PropertyFilters
The Property Filters used in the search query.
-
#time_range_filter ⇒ Types::TimeRangeFilterInput
The TimeRange Filter used in the search query.
Instance Attribute Details
#area_of_interest ⇒ Types::AreaOfInterest
The Area of interest to be used in the search query.
1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1805 class RasterDataCollectionQueryWithBandFilterInput < Struct.new( :area_of_interest, :band_filter, :property_filters, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#band_filter ⇒ Array<String>
The list of Bands to be displayed in the result for each item.
1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1805 class RasterDataCollectionQueryWithBandFilterInput < Struct.new( :area_of_interest, :band_filter, :property_filters, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#property_filters ⇒ Types::PropertyFilters
The Property Filters used in the search query.
1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1805 class RasterDataCollectionQueryWithBandFilterInput < Struct.new( :area_of_interest, :band_filter, :property_filters, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |
#time_range_filter ⇒ Types::TimeRangeFilterInput
The TimeRange Filter used in the search query.
1805 1806 1807 1808 1809 1810 1811 1812 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1805 class RasterDataCollectionQueryWithBandFilterInput < Struct.new( :area_of_interest, :band_filter, :property_filters, :time_range_filter) SENSITIVE = [:time_range_filter] include Aws::Structure end |