Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
-
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
-
#checkpoint_config ⇒ Types::JobCheckpointConfig
Returns the value of attribute checkpoint_config.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#device_config ⇒ Types::DeviceConfig
Returns the value of attribute device_config.
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#input_data_config ⇒ ::Array[Types::InputFileConfig]
Returns the value of attribute input_data_config.
-
#instance_config ⇒ Types::InstanceConfig
Returns the value of attribute instance_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#output_data_config ⇒ Types::JobOutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::JobStoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#algorithm_specification ⇒ Types::AlgorithmSpecification
Returns the value of attribute algorithm_specification.
70 71 72 |
# File 'sig/types.rbs', line 70 def algorithm_specification @algorithm_specification end |
#associations ⇒ ::Array[Types::Association]
Returns the value of attribute associations.
81 82 83 |
# File 'sig/types.rbs', line 81 def associations @associations end |
#checkpoint_config ⇒ Types::JobCheckpointConfig
Returns the value of attribute checkpoint_config.
73 74 75 |
# File 'sig/types.rbs', line 73 def checkpoint_config @checkpoint_config end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
69 70 71 |
# File 'sig/types.rbs', line 69 def client_token @client_token end |
#device_config ⇒ Types::DeviceConfig
Returns the value of attribute device_config.
79 80 81 |
# File 'sig/types.rbs', line 79 def device_config @device_config end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
78 79 80 |
# File 'sig/types.rbs', line 78 def hyper_parameters @hyper_parameters end |
#input_data_config ⇒ ::Array[Types::InputFileConfig]
Returns the value of attribute input_data_config.
71 72 73 |
# File 'sig/types.rbs', line 71 def input_data_config @input_data_config end |
#instance_config ⇒ Types::InstanceConfig
Returns the value of attribute instance_config.
77 78 79 |
# File 'sig/types.rbs', line 77 def instance_config @instance_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
74 75 76 |
# File 'sig/types.rbs', line 74 def job_name @job_name end |
#output_data_config ⇒ Types::JobOutputDataConfig
Returns the value of attribute output_data_config.
72 73 74 |
# File 'sig/types.rbs', line 72 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def role_arn @role_arn end |
#stopping_condition ⇒ Types::JobStoppingCondition
Returns the value of attribute stopping_condition.
76 77 78 |
# File 'sig/types.rbs', line 76 def stopping_condition @stopping_condition end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
80 81 82 |
# File 'sig/types.rbs', line 80 def @tags end |