Class: Aws::Types::SubmitServiceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitServiceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
-
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
Returns the value of attribute retry_strategy.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def client_token @client_token end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def job_name @job_name end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def job_queue @job_queue end |
#preemption_configuration ⇒ Types::ServiceJobPreemptionConfiguration
Returns the value of attribute preemption_configuration.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def preemption_configuration @preemption_configuration end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def quota_share_name @quota_share_name end |
#retry_strategy ⇒ Types::ServiceJobRetryStrategy
Returns the value of attribute retry_strategy.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def retry_strategy @retry_strategy end |
#scheduling_priority ⇒ ::Integer
Returns the value of attribute scheduling_priority.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def scheduling_priority @scheduling_priority end |
#service_job_type ⇒ "SAGEMAKER_TRAINING"
Returns the value of attribute service_job_type.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def service_job_type @service_job_type end |
#service_request_payload ⇒ ::String
Returns the value of attribute service_request_payload.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def service_request_payload @service_request_payload end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def share_identifier @share_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def @tags end |
#timeout_config ⇒ Types::ServiceJobTimeout
Returns the value of attribute timeout_config.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def timeout_config @timeout_config end |