Module: Aws::Batch::Client::_DescribeServiceJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeServiceJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#attempts::Array[Types::ServiceJobAttemptDetail]

Returns:



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

Returns:

  • (::Integer)


433
# File 'sig/client.rbs', line 433

def created_at: () -> ::Integer

#is_terminatedBoolean

Returns:

  • (Boolean)


434
# File 'sig/client.rbs', line 434

def is_terminated: () -> bool

#job_arn::String

Returns:

  • (::String)


435
# File 'sig/client.rbs', line 435

def job_arn: () -> ::String

#job_id::String

Returns:

  • (::String)


436
# File 'sig/client.rbs', line 436

def job_id: () -> ::String

#job_name::String

Returns:

  • (::String)


437
# File 'sig/client.rbs', line 437

def job_name: () -> ::String

#job_queue::String

Returns:

  • (::String)


438
# File 'sig/client.rbs', line 438

def job_queue: () -> ::String

#latest_attemptTypes::LatestServiceJobAttempt



439
# File 'sig/client.rbs', line 439

def latest_attempt: () -> Types::LatestServiceJobAttempt

#preemption_configurationTypes::ServiceJobPreemptionConfiguration



447
# File 'sig/client.rbs', line 447

def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration

#preemption_summaryTypes::ServiceJobPreemptionSummary



448
# File 'sig/client.rbs', line 448

def preemption_summary: () -> Types::ServiceJobPreemptionSummary

#quota_share_name::String

Returns:

  • (::String)


446
# File 'sig/client.rbs', line 446

def quota_share_name: () -> ::String

#retry_strategyTypes::ServiceJobRetryStrategy



440
# File 'sig/client.rbs', line 440

def retry_strategy: () -> Types::ServiceJobRetryStrategy

#scheduled_at::Integer

Returns:

  • (::Integer)


441
# File 'sig/client.rbs', line 441

def scheduled_at: () -> ::Integer

#scheduling_priority::Integer

Returns:

  • (::Integer)


442
# File 'sig/client.rbs', line 442

def scheduling_priority: () -> ::Integer

#service_job_type"SAGEMAKER_TRAINING"

Returns:

  • ("SAGEMAKER_TRAINING")


444
# File 'sig/client.rbs', line 444

def service_job_type: () -> ("SAGEMAKER_TRAINING")

#service_request_payload::String

Returns:

  • (::String)


443
# File 'sig/client.rbs', line 443

def service_request_payload: () -> ::String

#share_identifier::String

Returns:

  • (::String)


445
# File 'sig/client.rbs', line 445

def share_identifier: () -> ::String

#started_at::Integer

Returns:

  • (::Integer)


449
# File 'sig/client.rbs', line 449

def started_at: () -> ::Integer

#status"SUBMITTED", ...

Returns:

  • ("SUBMITTED", "PENDING", "RUNNABLE", "SCHEDULED", "STARTING", "RUNNING", "SUCCEEDED", "FAILED")


450
# File 'sig/client.rbs', line 450

def status: () -> ("SUBMITTED" | "PENDING" | "RUNNABLE" | "SCHEDULED" | "STARTING" | "RUNNING" | "SUCCEEDED" | "FAILED")

#status_reason::String

Returns:

  • (::String)


451
# File 'sig/client.rbs', line 451

def status_reason: () -> ::String

#stopped_at::Integer

Returns:

  • (::Integer)


452
# File 'sig/client.rbs', line 452

def stopped_at: () -> ::Integer

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


453
# File 'sig/client.rbs', line 453

def tags: () -> ::Hash[::String, ::String]

#timeout_configTypes::ServiceJobTimeout



454
# File 'sig/client.rbs', line 454

def timeout_config: () -> Types::ServiceJobTimeout