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]
428 |
# File 'sig/client.rbs', line 428
def attempts: () -> ::Array[Types::ServiceJobAttemptDetail]
|
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
429 |
# File 'sig/client.rbs', line 429
def capacity_usage: () -> ::Array[Types::ServiceJobCapacityUsageDetail]
|
#created_at ⇒ ::Integer
430 |
# File 'sig/client.rbs', line 430
def created_at: () -> ::Integer
|
#is_terminated ⇒ Boolean
431 |
# File 'sig/client.rbs', line 431
def is_terminated: () -> bool
|
#job_arn ⇒ ::String
432 |
# File 'sig/client.rbs', line 432
def job_arn: () -> ::String
|
#job_id ⇒ ::String
433 |
# File 'sig/client.rbs', line 433
def job_id: () -> ::String
|
#job_name ⇒ ::String
434 |
# File 'sig/client.rbs', line 434
def job_name: () -> ::String
|
#job_queue ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def job_queue: () -> ::String
|
#latest_attempt ⇒ Types::LatestServiceJobAttempt
436 |
# File 'sig/client.rbs', line 436
def latest_attempt: () -> Types::LatestServiceJobAttempt
|
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
444 |
# File 'sig/client.rbs', line 444
def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration
|
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
445 |
# File 'sig/client.rbs', line 445
def preemption_summary: () -> Types::ServiceJobPreemptionSummary
|
#quota_share_name ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def quota_share_name: () -> ::String
|
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
437 |
# File 'sig/client.rbs', line 437
def retry_strategy: () -> Types::ServiceJobRetryStrategy
|
#scheduled_at ⇒ ::Integer
438 |
# File 'sig/client.rbs', line 438
def scheduled_at: () -> ::Integer
|
#scheduling_priority ⇒ ::Integer
439 |
# File 'sig/client.rbs', line 439
def scheduling_priority: () -> ::Integer
|
#service_job_type ⇒ "SAGEMAKER_TRAINING"
441 |
# File 'sig/client.rbs', line 441
def service_job_type: () -> ("SAGEMAKER_TRAINING")
|
#service_request_payload ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def service_request_payload: () -> ::String
|
#share_identifier ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def share_identifier: () -> ::String
|
#started_at ⇒ ::Integer
446 |
# File 'sig/client.rbs', line 446
def started_at: () -> ::Integer
|
#status ⇒ "SUBMITTED", ...
447 |
# File 'sig/client.rbs', line 447
def status: () -> ("SUBMITTED" | "PENDING" | "RUNNABLE" | "SCHEDULED" | "STARTING" | "RUNNING" | "SUCCEEDED" | "FAILED")
|
#status_reason ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def status_reason: () -> ::String
|
#stopped_at ⇒ ::Integer
449 |
# File 'sig/client.rbs', line 449
def stopped_at: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
450 |
# File 'sig/client.rbs', line 450
def tags: () -> ::Hash[::String, ::String]
|
#timeout_config ⇒ Types::ServiceJobTimeout
451 |
# File 'sig/client.rbs', line 451
def timeout_config: () -> Types::ServiceJobTimeout
|