Class: Aws::SageMakerGeospatial::Types::GetEarthObservationJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GetEarthObservationJobOutput
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job.
-
#creation_time ⇒ Time
The creation time of the initiated Earth Observation job.
-
#duration_in_seconds ⇒ Integer
The duration of Earth Observation job, in seconds.
-
#error_details ⇒ Types::EarthObservationJobErrorDetails
Details about the errors generated during the Earth Observation job.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
-
#export_error_details ⇒ Types::ExportErrorDetails
Details about the errors generated during ExportEarthObservationJob.
-
#export_status ⇒ String
The status of the Earth Observation job.
-
#input_config ⇒ Types::InputConfigOutput
Input data for the Earth Observation job.
-
#job_config ⇒ Types::JobConfigInput
An object containing information about the job configuration.
-
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
-
#name ⇒ String
The name of the Earth Observation job.
-
#output_bands ⇒ Array<Types::OutputBand>
Bands available in the output of an operation.
-
#status ⇒ String
The status of a previously initiated Earth Observation job.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the initiated Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#duration_in_seconds ⇒ Integer
The duration of Earth Observation job, in seconds.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Types::EarthObservationJobErrorDetails
Details about the errors generated during the Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#export_error_details ⇒ Types::ExportErrorDetails
Details about the errors generated during ExportEarthObservationJob.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#export_status ⇒ String
The status of the Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#input_config ⇒ Types::InputConfigOutput
Input data for the Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#job_config ⇒ Types::JobConfigInput
An object containing information about the job configuration.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#output_bands ⇒ Array<Types::OutputBand>
Bands available in the output of an operation.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a previously initiated Earth Observation job.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 618 class GetEarthObservationJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :output_bands, :status, :tags) SENSITIVE = [] include Aws::Structure end |