Module: Aws::Batch::Client::_DescribeServiceJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeServiceJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attempts ⇒ ::Array[Types::ServiceJobAttemptDetail]
- #capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
- #created_at ⇒ ::Integer
- #is_terminated ⇒ Boolean
- #job_arn ⇒ ::String
- #job_id ⇒ ::String
- #job_name ⇒ ::String
- #job_queue ⇒ ::String
- #latest_attempt ⇒ Types::LatestServiceJobAttempt
- #preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
- #preemption_summary ⇒ Types::ServiceJobPreemptionSummary
- #quota_share_name ⇒ ::String
- #retry_strategy ⇒ Types::ServiceJobRetryStrategy
- #scheduled_at ⇒ ::Integer
- #scheduling_priority ⇒ ::Integer
- #service_job_type ⇒ "SAGEMAKER_TRAINING"
- #service_request_payload ⇒ ::String
- #share_identifier ⇒ ::String
- #started_at ⇒ ::Integer
- #status ⇒ "SUBMITTED", ...
- #status_reason ⇒ ::String
- #stopped_at ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #timeout_config ⇒ Types::ServiceJobTimeout
Instance Method Details
#attempts ⇒ ::Array[Types::ServiceJobAttemptDetail]
431 |
# File 'sig/client.rbs', line 431
def attempts: () -> ::Array[Types::ServiceJobAttemptDetail]
|
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
432 |
# File 'sig/client.rbs', line 432
def capacity_usage: () -> ::Array[Types::ServiceJobCapacityUsageDetail]
|
#created_at ⇒ ::Integer
433 |
# File 'sig/client.rbs', line 433
def created_at: () -> ::Integer
|
#is_terminated ⇒ Boolean
434 |
# File 'sig/client.rbs', line 434
def is_terminated: () -> bool
|
#job_arn ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def job_arn: () -> ::String
|
#job_id ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def job_id: () -> ::String
|
#job_name ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def job_name: () -> ::String
|
#job_queue ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def job_queue: () -> ::String
|
#latest_attempt ⇒ Types::LatestServiceJobAttempt
439 |
# File 'sig/client.rbs', line 439
def latest_attempt: () -> Types::LatestServiceJobAttempt
|
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
447 |
# File 'sig/client.rbs', line 447
def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration
|
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
448 |
# File 'sig/client.rbs', line 448
def preemption_summary: () -> Types::ServiceJobPreemptionSummary
|
#quota_share_name ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def quota_share_name: () -> ::String
|
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
440 |
# File 'sig/client.rbs', line 440
def retry_strategy: () -> Types::ServiceJobRetryStrategy
|
#scheduled_at ⇒ ::Integer
441 |
# File 'sig/client.rbs', line 441
def scheduled_at: () -> ::Integer
|
#scheduling_priority ⇒ ::Integer
442 |
# File 'sig/client.rbs', line 442
def scheduling_priority: () -> ::Integer
|
#service_job_type ⇒ "SAGEMAKER_TRAINING"
444 |
# File 'sig/client.rbs', line 444
def service_job_type: () -> ("SAGEMAKER_TRAINING")
|
#service_request_payload ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def service_request_payload: () -> ::String
|
#share_identifier ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def share_identifier: () -> ::String
|
#started_at ⇒ ::Integer
449 |
# File 'sig/client.rbs', line 449
def started_at: () -> ::Integer
|
#status ⇒ "SUBMITTED", ...
450 |
# File 'sig/client.rbs', line 450
def status: () -> ("SUBMITTED" | "PENDING" | "RUNNABLE" | "SCHEDULED" | "STARTING" | "RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_reason ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def status_reason: () -> ::String
|
#stopped_at ⇒ ::Integer
452 |
# File 'sig/client.rbs', line 452
def stopped_at: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
453 |
# File 'sig/client.rbs', line 453
def tags: () -> ::Hash[::String, ::String]
|
#timeout_config ⇒ Types::ServiceJobTimeout
454 |
# File 'sig/client.rbs', line 454
def timeout_config: () -> Types::ServiceJobTimeout
|