Class: Aws::SageMakerGeospatial::Types::ExportEarthObservationJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ExportEarthObservationJobOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
-
#creation_time ⇒ Time
The creation time.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
-
#export_source_images ⇒ Boolean
The source images provided to the Earth Observation job being exported.
-
#export_status ⇒ String
The status of the results of the Earth Observation job being exported.
-
#output_config ⇒ Types::OutputConfigInput
An object containing information about the output file.
Instance Attribute Details
#arn ⇒ String
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
321 322 323 324 325 326 327 328 329 330 |
# File '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_time ⇒ Time
The creation time.
321 322 323 324 325 326 327 328 329 330 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
321 322 323 324 325 326 327 328 329 330 |
# File '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_images ⇒ Boolean
The source images provided to the Earth Observation job being exported.
321 322 323 324 325 326 327 328 329 330 |
# File '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_status ⇒ String
The status of the results of the Earth Observation job being exported.
321 322 323 324 325 326 327 328 329 330 |
# File '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_config ⇒ Types::OutputConfigInput
An object containing information about the output file.
321 322 323 324 325 326 327 328 329 330 |
# File '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 |