Class: Aws::Types::DescribeServiceJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempts::Array[Types::ServiceJobAttemptDetail]

Returns the value of attribute attempts.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def attempts
  @attempts
end

#capacity_usage::Array[Types::ServiceJobCapacityUsageDetail]

Returns the value of attribute capacity_usage.



530
531
532
# File 'sig/types.rbs', line 530

def capacity_usage
  @capacity_usage
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


531
532
533
# File 'sig/types.rbs', line 531

def created_at
  @created_at
end

#is_terminatedBoolean

Returns the value of attribute is_terminated.

Returns:

  • (Boolean)


532
533
534
# File 'sig/types.rbs', line 532

def is_terminated
  @is_terminated
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def job_name
  @job_name
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def job_queue
  @job_queue
end

#latest_attemptTypes::LatestServiceJobAttempt

Returns the value of attribute latest_attempt.



537
538
539
# File 'sig/types.rbs', line 537

def latest_attempt
  @latest_attempt
end

#preemption_configurationTypes::ServiceJobPreemptionConfiguration

Returns the value of attribute preemption_configuration.



545
546
547
# File 'sig/types.rbs', line 545

def preemption_configuration
  @preemption_configuration
end

#preemption_summaryTypes::ServiceJobPreemptionSummary

Returns the value of attribute preemption_summary.



546
547
548
# File 'sig/types.rbs', line 546

def preemption_summary
  @preemption_summary
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def quota_share_name
  @quota_share_name
end

#retry_strategyTypes::ServiceJobRetryStrategy

Returns the value of attribute retry_strategy.



538
539
540
# File 'sig/types.rbs', line 538

def retry_strategy
  @retry_strategy
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:

  • (::Integer)


539
540
541
# File 'sig/types.rbs', line 539

def scheduled_at
  @scheduled_at
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


540
541
542
# File 'sig/types.rbs', line 540

def scheduling_priority
  @scheduling_priority
end

#service_job_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_job_type.

Returns:

  • ("SAGEMAKER_TRAINING")


542
543
544
# File 'sig/types.rbs', line 542

def service_job_type
  @service_job_type
end

#service_request_payload::String

Returns the value of attribute service_request_payload.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def service_request_payload
  @service_request_payload
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


547
548
549
# File 'sig/types.rbs', line 547

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


548
549
550
# File 'sig/types.rbs', line 548

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


550
551
552
# File 'sig/types.rbs', line 550

def stopped_at
  @stopped_at
end

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

Returns the value of attribute tags.

Returns:

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


551
552
553
# File 'sig/types.rbs', line 551

def tags
  @tags
end

#timeout_configTypes::ServiceJobTimeout

Returns the value of attribute timeout_config.



552
553
554
# File 'sig/types.rbs', line 552

def timeout_config
  @timeout_config
end