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:



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

Returns:

  • (::Integer)


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

def created_at: () -> ::Integer

#is_terminatedBoolean

Returns:

  • (Boolean)


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

def is_terminated: () -> bool

#job_arn::String

Returns:

  • (::String)


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

def job_arn: () -> ::String

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_name::String

Returns:

  • (::String)


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

def job_name: () -> ::String

#job_queue::String

Returns:

  • (::String)


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

def job_queue: () -> ::String

#latest_attemptTypes::LatestServiceJobAttempt



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

def latest_attempt: () -> Types::LatestServiceJobAttempt

#preemption_configurationTypes::ServiceJobPreemptionConfiguration



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

def preemption_configuration: () -> Types::ServiceJobPreemptionConfiguration

#preemption_summaryTypes::ServiceJobPreemptionSummary



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

def preemption_summary: () -> Types::ServiceJobPreemptionSummary

#quota_share_name::String

Returns:

  • (::String)


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

def quota_share_name: () -> ::String

#retry_strategyTypes::ServiceJobRetryStrategy



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

def retry_strategy: () -> Types::ServiceJobRetryStrategy

#scheduled_at::Integer

Returns:

  • (::Integer)


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

def scheduled_at: () -> ::Integer

#scheduling_priority::Integer

Returns:

  • (::Integer)


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

def scheduling_priority: () -> ::Integer

#service_job_type"SAGEMAKER_TRAINING"

Returns:

  • ("SAGEMAKER_TRAINING")


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

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

#service_request_payload::String

Returns:

  • (::String)


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

def service_request_payload: () -> ::String

#share_identifier::String

Returns:

  • (::String)


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

def share_identifier: () -> ::String

#started_at::Integer

Returns:

  • (::Integer)


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

def started_at: () -> ::Integer

#status"SUBMITTED", ...

Returns:

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


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

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

#status_reason::String

Returns:

  • (::String)


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

def status_reason: () -> ::String

#stopped_at::Integer

Returns:

  • (::Integer)


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

def stopped_at: () -> ::Integer

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

Returns:

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


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

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

#timeout_configTypes::ServiceJobTimeout



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

def timeout_config: () -> Types::ServiceJobTimeout