Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryWithBandFilterInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#area_of_interestTypes::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_filterArray<String>

The list of Bands to be displayed in the result for each item.

Returns:

  • (Array<String>)


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_filtersTypes::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_filterTypes::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