Class: Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::SearchRasterDataCollectionInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
-
#next_token ⇒ String
If the previous response was truncated, you receive this token.
-
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryWithBandFilterInput
RasterDataCollectionQuery consisting of [AreaOfInterest(AOI)][1], [PropertyFilters][2] and [TimeRangeFilterInput][3] used in [SearchRasterDataCollection][4].
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the raster data collection.
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_token ⇒ String
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
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_query ⇒ Types::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 |