Class: Aws::Types::GetJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_specification ⇒ Types::AlgorithmSpecification

Returns the value of attribute algorithm_specification.



212
213
214
# File 'sig/types.rbs', line 212

def algorithm_specification
  @algorithm_specification
end

#associations ⇒ ::Array[Types::Association]

Returns the value of attribute associations.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def associations
  @associations
end

#billable_duration ⇒ ::Integer

Returns the value of attribute billable_duration.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def billable_duration
  @billable_duration
end

#checkpoint_config ⇒ Types::JobCheckpointConfig

Returns the value of attribute checkpoint_config.



211
212
213
# File 'sig/types.rbs', line 211

def checkpoint_config
  @checkpoint_config
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def created_at
  @created_at
end

#device_config ⇒ Types::DeviceConfig

Returns the value of attribute device_config.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def device_config
  @device_config
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


216
217
218
# File 'sig/types.rbs', line 216

def ended_at
  @ended_at
end

#events ⇒ ::Array[Types::JobEventDetails]

Returns the value of attribute events.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def events
  @events
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def failure_reason
  @failure_reason
end

#hyper_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


207
208
209
# File 'sig/types.rbs', line 207

def hyper_parameters
  @hyper_parameters
end

#input_data_config ⇒ ::Array[Types::InputFileConfig]

Returns the value of attribute input_data_config.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def input_data_config
  @input_data_config
end

#instance_config ⇒ Types::InstanceConfig

Returns the value of attribute instance_config.



213
214
215
# File 'sig/types.rbs', line 213

def instance_config
  @instance_config
end

#job_arn ⇒ ::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def job_arn
  @job_arn
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def job_name
  @job_name
end

#output_data_config ⇒ Types::JobOutputDataConfig

Returns the value of attribute output_data_config.



209
210
211
# File 'sig/types.rbs', line 209

def output_data_config
  @output_data_config
end

#queue_info ⇒ Types::HybridJobQueueInfo

Returns the value of attribute queue_info.



221
222
223
# File 'sig/types.rbs', line 221

def queue_info
  @queue_info
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def role_arn
  @role_arn
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


215
216
217
# File 'sig/types.rbs', line 215

def started_at
  @started_at
end

#status ⇒ "QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "RUNNING", "COMPLETED", "FAILED", "CANCELLING", "CANCELLED")


202
203
204
# File 'sig/types.rbs', line 202

def status
  @status
end

#stopping_condition ⇒ Types::JobStoppingCondition

Returns the value of attribute stopping_condition.



210
211
212
# File 'sig/types.rbs', line 210

def stopping_condition
  @stopping_condition
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


220
221
222
# File 'sig/types.rbs', line 220

def tags
  @tags
end