Class: Aws::Types::SubmitServiceJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def client_token
  @client_token
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def job_name
  @job_name
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def job_queue
  @job_queue
end

#preemption_configurationTypes::ServiceJobPreemptionConfiguration

Returns the value of attribute preemption_configuration.



1641
1642
1643
# File 'sig/types.rbs', line 1641

def preemption_configuration
  @preemption_configuration
end

#quota_share_name::String

Returns the value of attribute quota_share_name.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def quota_share_name
  @quota_share_name
end

#retry_strategyTypes::ServiceJobRetryStrategy

Returns the value of attribute retry_strategy.



1635
1636
1637
# File 'sig/types.rbs', line 1635

def retry_strategy
  @retry_strategy
end

#scheduling_priority::Integer

Returns the value of attribute scheduling_priority.

Returns:

  • (::Integer)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def scheduling_priority
  @scheduling_priority
end

#service_job_type"SAGEMAKER_TRAINING"

Returns the value of attribute service_job_type.

Returns:

  • ("SAGEMAKER_TRAINING")


1638
1639
1640
# File 'sig/types.rbs', line 1638

def service_job_type
  @service_job_type
end

#service_request_payload::String

Returns the value of attribute service_request_payload.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def service_request_payload
  @service_request_payload
end

#share_identifier::String

Returns the value of attribute share_identifier.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def share_identifier
  @share_identifier
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1643
1644
1645
# File 'sig/types.rbs', line 1643

def tags
  @tags
end

#timeout_configTypes::ServiceJobTimeout

Returns the value of attribute timeout_config.



1642
1643
1644
# File 'sig/types.rbs', line 1642

def timeout_config
  @timeout_config
end