Class: Aws::Types::ServiceJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_usage::Array[Types::ServiceJobCapacityUsageSummary]

Returns the value of attribute capacity_usage.



1570
1571
1572
# File 'sig/types.rbs', line 1570

def capacity_usage
  @capacity_usage
end

#created_at::Integer

Returns the value of attribute created_at.

Returns:

  • (::Integer)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def created_at
  @created_at
end

#is_terminatedBoolean

Returns the value of attribute is_terminated.

Returns:

  • (Boolean)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def is_terminated
  @is_terminated
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def job_name
  @job_name
end

#latest_attemptTypes::LatestServiceJobAttempt

Returns the value of attribute latest_attempt.



1569
1570
1571
# File 'sig/types.rbs', line 1569

def latest_attempt
  @latest_attempt
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def quota_share_name
  @quota_share_name
end

#scheduled_at::Integer

Returns the value of attribute scheduled_at.

Returns:

  • (::Integer)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def scheduled_at
  @scheduled_at
end

#service_job_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_job_type.

Returns:

  • ("SAGEMAKER_TRAINING")


1576
1577
1578
# File 'sig/types.rbs', line 1576

def service_job_type
  @service_job_type
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def share_identifier
  @share_identifier
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def started_at
  @started_at
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


1579
1580
1581
# File 'sig/types.rbs', line 1579

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def stopped_at
  @stopped_at
end