Class: Aws::Types::DescribeServiceJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServiceJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempts ⇒ ::Array[Types::ServiceJobAttemptDetail]
Returns the value of attribute attempts.
-
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
Returns the value of attribute capacity_usage.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
-
#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.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
-
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
Returns the value of attribute preemption_summary.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
-
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
Returns the value of attribute retry_strategy.
-
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
-
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
-
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
-
#service_request_payload ⇒ ::String
Returns the value of attribute service_request_payload.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
Instance Attribute Details
#attempts ⇒ ::Array[Types::ServiceJobAttemptDetail]
Returns the value of attribute attempts.
541 542 543 |
# File 'sig/types.rbs', line 541 def attempts @attempts end |
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
Returns the value of attribute capacity_usage.
542 543 544 |
# File 'sig/types.rbs', line 542 def capacity_usage @capacity_usage end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
543 544 545 |
# File 'sig/types.rbs', line 543 def created_at @created_at end |
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
544 545 546 |
# File 'sig/types.rbs', line 544 def is_terminated @is_terminated end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
545 546 547 |
# File 'sig/types.rbs', line 545 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
548 549 550 |
# File 'sig/types.rbs', line 548 def job_queue @job_queue end |
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
549 550 551 |
# File 'sig/types.rbs', line 549 def latest_attempt @latest_attempt end |
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
557 558 559 |
# File 'sig/types.rbs', line 557 def preemption_configuration @preemption_configuration end |
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
Returns the value of attribute preemption_summary.
558 559 560 |
# File 'sig/types.rbs', line 558 def preemption_summary @preemption_summary end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
556 557 558 |
# File 'sig/types.rbs', line 556 def quota_share_name @quota_share_name end |
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
Returns the value of attribute retry_strategy.
550 551 552 |
# File 'sig/types.rbs', line 550 def retry_strategy @retry_strategy end |
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
551 552 553 |
# File 'sig/types.rbs', line 551 def scheduled_at @scheduled_at end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
552 553 554 |
# File 'sig/types.rbs', line 552 def scheduling_priority @scheduling_priority end |
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
554 555 556 |
# File 'sig/types.rbs', line 554 def service_job_type @service_job_type end |
#service_request_payload ⇒ ::String
Returns the value of attribute service_request_payload.
553 554 555 |
# File 'sig/types.rbs', line 553 def service_request_payload @service_request_payload end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
555 556 557 |
# File 'sig/types.rbs', line 555 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
559 560 561 |
# File 'sig/types.rbs', line 559 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
561 562 563 |
# File 'sig/types.rbs', line 561 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
562 563 564 |
# File 'sig/types.rbs', line 562 def stopped_at @stopped_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
563 564 565 |
# File 'sig/types.rbs', line 563 def @tags end |
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
564 565 566 |
# File 'sig/types.rbs', line 564 def timeout_config @timeout_config end |