Class: Aws::SageMakerGeospatial::Types::GetEarthObservationJobOutput

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

Returns:

  • (String)


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_timeTime

The creation time of the initiated Earth Observation job.

Returns:

  • (Time)


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_secondsInteger

The duration of Earth Observation job, in seconds.

Returns:

  • (Integer)


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_detailsTypes::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_arnString

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

Returns:

  • (String)


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_detailsTypes::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_statusString

The status of the Earth Observation job.

Returns:

  • (String)


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_configTypes::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_configTypes::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_idString

The Key Management Service key ID for server-side encryption.

Returns:

  • (String)


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

#nameString

The name of the Earth Observation job.

Returns:

  • (String)


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_bandsArray<Types::OutputBand>

Bands available in the output of an operation.

Returns:



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

#statusString

The status of a previously initiated Earth Observation job.

Returns:

  • (String)


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

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


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