Class: Aws::SageMakerGeospatial::Types::InputConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::InputConfigInput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Input configuration information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#previous_earth_observation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the previous Earth Observation job.
-
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryInput
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
Instance Attribute Details
#previous_earth_observation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the previous Earth Observation job.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 883 class InputConfigInput < Struct.new( :previous_earth_observation_job_arn, :raster_data_collection_query) SENSITIVE = [] include Aws::Structure end |
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryInput
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
883 884 885 886 887 888 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 883 class InputConfigInput < Struct.new( :previous_earth_observation_job_arn, :raster_data_collection_query) SENSITIVE = [] include Aws::Structure end |