Class: Aws::SageMakerGeospatial::Types::ListEarthObservationJobOutputConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

An object containing information about the output file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the list of the Earth Observation jobs.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#duration_in_secondsInteger

The duration of the session, in seconds.

Returns:

  • (Integer)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The names of the Earth Observation jobs in the list.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

The operation type for an Earth Observation job.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the list of the Earth Observation jobs.

Returns:

  • (String)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1163

class ListEarthObservationJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :operation_type,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end