Class: Aws::SageMakerGeospatial::Types::ExportEarthObservationJobOutput

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 output Amazon Resource Name (ARN) of the Earth Observation job being exported.

Returns:

  • (String)


321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

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

#creation_timeTime

The creation time.

Returns:

  • (Time)


321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

class ExportEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :execution_role_arn,
  :export_source_images,
  :export_status,
  :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)


321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

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

#export_source_imagesBoolean

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

Returns:

  • (Boolean)


321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

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

#export_statusString

The status of the results of the Earth Observation job being exported.

Returns:

  • (String)


321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

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

#output_configTypes::OutputConfigInput

An object containing information about the output file.



321
322
323
324
325
326
327
328
329
330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 321

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