Class: Aws::SageMakerGeospatial::Types::InputConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::InputConfigOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The InputConfig for an EarthObservationJob response.
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::RasterDataCollectionQueryOutput
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
Instance Attribute Details
#previous_earth_observation_job_arn ⇒ String
The Amazon Resource Name (ARN) of the previous Earth Observation job.
905 906 907 908 909 910 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 905 class InputConfigOutput < Struct.new( :previous_earth_observation_job_arn, :raster_data_collection_query) SENSITIVE = [] include Aws::Structure end |
#raster_data_collection_query ⇒ Types::RasterDataCollectionQueryOutput
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
905 906 907 908 909 910 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 905 class InputConfigOutput < Struct.new( :previous_earth_observation_job_arn, :raster_data_collection_query) SENSITIVE = [] include Aws::Structure end |