Class: Aws::SageMakerGeospatial::Types::RasterDataCollectionQueryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/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

Instance Attribute Details

#area_of_interestTypes::AreaOfInterest

The Area of Interest used in the search.



1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-sagemakergeospatial/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_filtersTypes::PropertyFilters

Property filters used in the search.



1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-sagemakergeospatial/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_arnString

The ARN of the Raster Data Collection against which the search is done.

Returns:

  • (String)


1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-sagemakergeospatial/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_nameString

The name of the raster data collection.

Returns:

  • (String)


1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-sagemakergeospatial/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_filterTypes::TimeRangeFilterOutput

The TimeRange filter used in the search.



1774
1775
1776
1777
1778
1779
1780
1781
1782
# File 'gems/aws-sdk-sagemakergeospatial/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