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.
529 530 531 |
# File 'sig/types.rbs', line 529 def attempts @attempts end |
#capacity_usage ⇒ ::Array[Types::ServiceJobCapacityUsageDetail]
Returns the value of attribute capacity_usage.
530 531 532 |
# File 'sig/types.rbs', line 530 def capacity_usage @capacity_usage end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
531 532 533 |
# File 'sig/types.rbs', line 531 def created_at @created_at end |
#is_terminated ⇒ Boolean
Returns the value of attribute is_terminated.
532 533 534 |
# File 'sig/types.rbs', line 532 def is_terminated @is_terminated end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
533 534 535 |
# File 'sig/types.rbs', line 533 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
535 536 537 |
# File 'sig/types.rbs', line 535 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
536 537 538 |
# File 'sig/types.rbs', line 536 def job_queue @job_queue end |
#latest_attempt ⇒ Types::LatestServiceJobAttempt
Returns the value of attribute latest_attempt.
537 538 539 |
# File 'sig/types.rbs', line 537 def latest_attempt @latest_attempt end |
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
545 546 547 |
# File 'sig/types.rbs', line 545 def preemption_configuration @preemption_configuration end |
#preemption_summary ⇒ Types::ServiceJobPreemptionSummary
Returns the value of attribute preemption_summary.
546 547 548 |
# File 'sig/types.rbs', line 546 def preemption_summary @preemption_summary end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
544 545 546 |
# File 'sig/types.rbs', line 544 def quota_share_name @quota_share_name end |
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
Returns the value of attribute retry_strategy.
538 539 540 |
# File 'sig/types.rbs', line 538 def retry_strategy @retry_strategy end |
#scheduled_at ⇒ ::Integer
Returns the value of attribute scheduled_at.
539 540 541 |
# File 'sig/types.rbs', line 539 def scheduled_at @scheduled_at end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
540 541 542 |
# File 'sig/types.rbs', line 540 def scheduling_priority @scheduling_priority end |
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
542 543 544 |
# File 'sig/types.rbs', line 542 def service_job_type @service_job_type end |
#service_request_payload ⇒ ::String
Returns the value of attribute service_request_payload.
541 542 543 |
# File 'sig/types.rbs', line 541 def service_request_payload @service_request_payload end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
543 544 545 |
# File 'sig/types.rbs', line 543 def share_identifier @share_identifier end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
547 548 549 |
# File 'sig/types.rbs', line 547 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
548 549 550 |
# File 'sig/types.rbs', line 548 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
549 550 551 |
# File 'sig/types.rbs', line 549 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
550 551 552 |
# File 'sig/types.rbs', line 550 def stopped_at @stopped_at end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
551 552 553 |
# File 'sig/types.rbs', line 551 def @tags end |
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
552 553 554 |
# File 'sig/types.rbs', line 552 def timeout_config @timeout_config end |