Class: Aws::Types::ServiceJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageSummary]
Returns the value of attribute capacity_usage.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
-
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
-
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
Instance Attribute Details
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageSummary]
Returns the value of attribute capacity_usage.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def capacity_usage @capacity_usage end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def created_at @created_at end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def job_name @job_name end |
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def latest_attempt @latest_attempt end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def quota_share_name @quota_share_name end |
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def scheduled_at @scheduled_at end |
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def service_job_type @service_job_type end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def stopped_at @stopped_at end |