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]
463 |
# File 'sig/client.rbs', line 463
def attempts: () -> ::Array[Types::ServiceJobAttemptDetail]
|
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
464 |
# File 'sig/client.rbs', line 464
def capacity_usage: () -> ::Array[Types::ServiceJobCapacityUsageDetail]
|
#created_at ⇒ ::Integer
465 |
# File 'sig/client.rbs', line 465
def created_at: () -> ::Integer
|
#is_terminated ⇒ Boolean
466 |
# File 'sig/client.rbs', line 466
def is_terminated: () -> bool
|
#job_arn ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def job_arn: () -> ::String
|
#job_id ⇒ ::String
468 |
# File 'sig/client.rbs', line 468
def job_id: () -> ::String
|
#job_name ⇒ ::String
469 |
# File 'sig/client.rbs', line 469
def job_name: () -> ::String
|
#job_queue ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def job_queue: () -> ::String
|
#latest_attempt ⇒ Types::LatestServiceJobAttempt
471 |
# File 'sig/client.rbs', line 471
def latest_attempt: () -> Types::LatestServiceJobAttempt
|
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
479 |
# File 'sig/client.rbs', line 479
def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration
|
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
480 |
# File 'sig/client.rbs', line 480
def preemption_summary: () -> Types::ServiceJobPreemptionSummary
|
#quota_share_name ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def quota_share_name: () -> ::String
|
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
472 |
# File 'sig/client.rbs', line 472
def retry_strategy: () -> Types::ServiceJobRetryStrategy
|
#scheduled_at ⇒ ::Integer
473 |
# File 'sig/client.rbs', line 473
def scheduled_at: () -> ::Integer
|
#scheduling_priority ⇒ ::Integer
474 |
# File 'sig/client.rbs', line 474
def scheduling_priority: () -> ::Integer
|
#service_job_type ⇒ "SAGEMAKER_TRAINING"
476 |
# File 'sig/client.rbs', line 476
def service_job_type: () -> ("SAGEMAKER_TRAINING")
|
#service_request_payload ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def service_request_payload: () -> ::String
|
#share_identifier ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def share_identifier: () -> ::String
|
#started_at ⇒ ::Integer
481 |
# File 'sig/client.rbs', line 481
def started_at: () -> ::Integer
|
#status ⇒ "SUBMITTED", ...
482 |
# File 'sig/client.rbs', line 482
def status: () -> ("SUBMITTED" | "PENDING" | "RUNNABLE" | "SCHEDULED" | "STARTING" | "RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_reason ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def status_reason: () -> ::String
|
#stopped_at ⇒ ::Integer
484 |
# File 'sig/client.rbs', line 484
def stopped_at: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
485 |
# File 'sig/client.rbs', line 485
def tags: () -> ::Hash[::String, ::String]
|
#timeout_config ⇒ Types::ServiceJobTimeout
486 |
# File 'sig/client.rbs', line 486
def timeout_config: () -> Types::ServiceJobTimeout
|