Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryInput

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

Instance Attribute Details

#area_of_interestTypes::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_filtersTypes::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_arnString

The Amazon Resource Name (ARN) of the raster data collection.

Returns:

  • (String)


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