Class: Aws::SageMakerGeospatial::Types::InputConfigOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#previous_earth_observation_job_arnString

The Amazon Resource Name (ARN) of the previous Earth Observation job.

Returns:

  • (String)


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_queryTypes::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