Class: Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#raster_data_collection_queryTypes::RasterDataCollectionQueryWithBandFilterInput

RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.



1903
1904
1905
1906
1907
1908
1909
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1903

class SearchRasterDataCollectionInput < Struct.new(
  :arn,
  :next_token,
  :raster_data_collection_query)
  SENSITIVE = [:next_token]
  include Aws::Structure
end