Class: Aws::SageMakerGeospatial::Types::ExportEarthObservationJobInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The input Amazon Resource Name (ARN) of the Earth Observation job being exported.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 281

class ExportEarthObservationJobInput < Struct.new(
  :arn,
  :client_token,
  :execution_role_arn,
  :export_source_images,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique token that guarantees that the call to this API is idempotent.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 281

class ExportEarthObservationJobInput < Struct.new(
  :arn,
  :client_token,
  :execution_role_arn,
  :export_source_images,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 281

class ExportEarthObservationJobInput < Struct.new(
  :arn,
  :client_token,
  :execution_role_arn,
  :export_source_images,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#export_source_imagesBoolean

The source images provided to the Earth Observation job being exported.

Returns:

  • (Boolean)


281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 281

class ExportEarthObservationJobInput < Struct.new(
  :arn,
  :client_token,
  :execution_role_arn,
  :export_source_images,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::OutputConfigInput

An object containing information about the output file.



281
282
283
284
285
286
287
288
289
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 281

class ExportEarthObservationJobInput < Struct.new(
  :arn,
  :client_token,
  :execution_role_arn,
  :export_source_images,
  :output_config)
  SENSITIVE = []
  include Aws::Structure
end