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:



560
561
562
# File 'sig/types.rbs', line 560

def attempts
  @attempts
end

#capacity_usage::Array[Types::ServiceJobCapacityUsageDetail]

Returns the value of attribute capacity_usage.



561
562
563
# File 'sig/types.rbs', line 561

def capacity_usage
  @capacity_usage
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def created_at
  @created_at
end

#is_terminatedBoolean

Returns the value of attribute is_terminated.

Returns:

  • (Boolean)


563
564
565
# File 'sig/types.rbs', line 563

def is_terminated
  @is_terminated
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def job_name
  @job_name
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def job_queue
  @job_queue
end

#latest_attemptTypes::LatestServiceJobAttempt

Returns the value of attribute latest_attempt.



568
569
570
# File 'sig/types.rbs', line 568

def latest_attempt
  @latest_attempt
end

#preemption_configurationTypes::ServiceJobPreemptionConfiguration

Returns the value of attribute preemption_configuration.



576
577
578
# File 'sig/types.rbs', line 576

def preemption_configuration
  @preemption_configuration
end

#preemption_summaryTypes::ServiceJobPreemptionSummary

Returns the value of attribute preemption_summary.



577
578
579
# File 'sig/types.rbs', line 577

def preemption_summary
  @preemption_summary
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def quota_share_name
  @quota_share_name
end

#retry_strategyTypes::ServiceJobRetryStrategy

Returns the value of attribute retry_strategy.



569
570
571
# File 'sig/types.rbs', line 569

def retry_strategy
  @retry_strategy
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:

  • (::Integer)


570
571
572
# File 'sig/types.rbs', line 570

def scheduled_at
  @scheduled_at
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


571
572
573
# File 'sig/types.rbs', line 571

def scheduling_priority
  @scheduling_priority
end

#service_job_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_job_type.

Returns:

  • ("SAGEMAKER_TRAINING")


573
574
575
# File 'sig/types.rbs', line 573

def service_job_type
  @service_job_type
end

#service_request_payload::String

Returns the value of attribute service_request_payload.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def service_request_payload
  @service_request_payload
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


578
579
580
# File 'sig/types.rbs', line 578

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


579
580
581
# File 'sig/types.rbs', line 579

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


581
582
583
# File 'sig/types.rbs', line 581

def stopped_at
  @stopped_at
end

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

Returns the value of attribute tags.

Returns:

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


582
583
584
# File 'sig/types.rbs', line 582

def tags
  @tags
end

#timeout_configTypes::ServiceJobTimeout

Returns the value of attribute timeout_config.



583
584
585
# File 'sig/types.rbs', line 583

def timeout_config
  @timeout_config
end