Class: Aws::SageMakerGeospatial::Types::InputConfigInput

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

Overview

Input configuration information.

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)


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