Class: Aws::Types::GetJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
-
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
-
#billable_duration ⇒ ::Integer
Returns the value of attribute billable_duration.
-
#checkpoint_config ⇒ Types::JobCheckpointConfig
Returns the value of attribute checkpoint_config.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#device_config ⇒ Types::DeviceConfig
Returns the value of attribute device_config.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#events ⇒ ::Array[Types::JobEventDetails]
Returns the value of attribute events.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#input_data_config ⇒ ::Array[Types::InputFileConfig]
Returns the value of attribute input_data_config.
-
#instance_config ⇒ Types::InstanceConfig
Returns the value of attribute instance_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#output_data_config ⇒ Types::JobOutputDataConfig
Returns the value of attribute output_data_config.
-
#queue_info ⇒ Types::HybridJobQueueInfo
Returns the value of attribute queue_info.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#stopping_condition ⇒ Types::JobStoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
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.
222 223 224 |
# File 'sig/types.rbs', line 222 def associations @associations end |
#billable_duration ⇒ ::Integer
Returns the value of attribute billable_duration.
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.
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.
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.
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.
219 220 221 |
# File 'sig/types.rbs', line 219 def events @events end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
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.
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.
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.
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.
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.
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.
215 216 217 |
# File 'sig/types.rbs', line 215 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def @tags end |