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.
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.
562 563 564 |
# File 'sig/types.rbs', line 562 def created_at @created_at end |
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
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.
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.
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.
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.
567 568 569 |
# File 'sig/types.rbs', line 567 def job_queue @job_queue end |
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
568 569 570 |
# File 'sig/types.rbs', line 568 def latest_attempt @latest_attempt end |
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
576 577 578 |
# File 'sig/types.rbs', line 576 def preemption_configuration @preemption_configuration end |
#preemption_summary ⇒ Types::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.
575 576 577 |
# File 'sig/types.rbs', line 575 def quota_share_name @quota_share_name end |
#retry_strategy ⇒ Types::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.
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.
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.
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.
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.
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.
578 579 580 |
# File 'sig/types.rbs', line 578 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
579 580 581 |
# File 'sig/types.rbs', line 579 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
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.
582 583 584 |
# File 'sig/types.rbs', line 582 def end |
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
583 584 585 |
# File 'sig/types.rbs', line 583 def timeout_config @timeout_config end |