Module: Aws::Braket::Client::_GetJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #algorithm_specification ⇒ Types::AlgorithmSpecification
- #associations ⇒ ::Array[Types::Association]
- #billable_duration ⇒ ::Integer
- #checkpoint_config ⇒ Types::JobCheckpointConfig
- #created_at ⇒ ::Time
- #device_config ⇒ Types::DeviceConfig
- #ended_at ⇒ ::Time
- #events ⇒ ::Array[Types::JobEventDetails]
- #failure_reason ⇒ ::String
- #hyper_parameters ⇒ ::Hash[::String, ::String]
- #input_data_config ⇒ ::Array[Types::InputFileConfig]
- #instance_config ⇒ Types::InstanceConfig
- #job_arn ⇒ ::String
- #job_name ⇒ ::String
- #output_data_config ⇒ Types::JobOutputDataConfig
- #queue_info ⇒ Types::HybridJobQueueInfo
- #role_arn ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "QUEUED", ...
- #stopping_condition ⇒ Types::JobStoppingCondition
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#algorithm_specification ⇒ Types::AlgorithmSpecification
245 |
# File 'sig/client.rbs', line 245
def algorithm_specification: () -> Types::AlgorithmSpecification
|
#associations ⇒ ::Array[Types::Association]
255 |
# File 'sig/client.rbs', line 255
def associations: () -> ::Array[Types::Association]
|
#billable_duration ⇒ ::Integer
250 |
# File 'sig/client.rbs', line 250
def billable_duration: () -> ::Integer
|
#checkpoint_config ⇒ Types::JobCheckpointConfig
244 |
# File 'sig/client.rbs', line 244
def checkpoint_config: () -> Types::JobCheckpointConfig
|
#created_at ⇒ ::Time
247 |
# File 'sig/client.rbs', line 247
def created_at: () -> ::Time
|
#device_config ⇒ Types::DeviceConfig
251 |
# File 'sig/client.rbs', line 251
def device_config: () -> Types::DeviceConfig
|
#ended_at ⇒ ::Time
249 |
# File 'sig/client.rbs', line 249
def ended_at: () -> ::Time
|
#events ⇒ ::Array[Types::JobEventDetails]
252 |
# File 'sig/client.rbs', line 252
def events: () -> ::Array[Types::JobEventDetails]
|
#failure_reason ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def failure_reason: () -> ::String
|
#hyper_parameters ⇒ ::Hash[::String, ::String]
240 |
# File 'sig/client.rbs', line 240
def hyper_parameters: () -> ::Hash[::String, ::String]
|
#input_data_config ⇒ ::Array[Types::InputFileConfig]
241 |
# File 'sig/client.rbs', line 241
def input_data_config: () -> ::Array[Types::InputFileConfig]
|
#instance_config ⇒ Types::InstanceConfig
246 |
# File 'sig/client.rbs', line 246
def instance_config: () -> Types::InstanceConfig
|
#job_arn ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def job_arn: () -> ::String
|
#job_name ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def job_name: () -> ::String
|
#output_data_config ⇒ Types::JobOutputDataConfig
242 |
# File 'sig/client.rbs', line 242
def output_data_config: () -> Types::JobOutputDataConfig
|
#queue_info ⇒ Types::HybridJobQueueInfo
254 |
# File 'sig/client.rbs', line 254
def queue_info: () -> Types::HybridJobQueueInfo
|
#role_arn ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def role_arn: () -> ::String
|
#started_at ⇒ ::Time
248 |
# File 'sig/client.rbs', line 248
def started_at: () -> ::Time
|
#status ⇒ "QUEUED", ...
235 |
# File 'sig/client.rbs', line 235
def status: () -> ("QUEUED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLING" | "CANCELLED")
|
#stopping_condition ⇒ Types::JobStoppingCondition
243 |
# File 'sig/client.rbs', line 243
def stopping_condition: () -> Types::JobStoppingCondition
|
#tags ⇒ ::Hash[::String, ::String]
253 |
# File 'sig/client.rbs', line 253
def tags: () -> ::Hash[::String, ::String]
|