Class: Aws::SageMakerGeospatial::Types::StartEarthObservationJobOutput

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)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#duration_in_secondsInteger

The duration of the session, in seconds.

Returns:

  • (Integer)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :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)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#input_configTypes::InputConfigOutput

Input configuration information for the Earth Observation job.



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_configTypes::JobConfigInput

An object containing information about the job configuration.



2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Earth Observation job.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Earth Observation job.

Returns:

  • (String)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2065

class StartEarthObservationJobOutput < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :execution_role_arn,
  :input_config,
  :job_config,
  :kms_key_id,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end