Class: Aws::Types::HPOResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::HPOResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_number_of_training_jobs ⇒ ::String
Returns the value of attribute max_number_of_training_jobs.
-
#max_parallel_training_jobs ⇒ ::String
Returns the value of attribute max_parallel_training_jobs.
Instance Attribute Details
#max_number_of_training_jobs ⇒ ::String
Returns the value of attribute max_number_of_training_jobs.
922 923 924 |
# File 'sig/types.rbs', line 922 def max_number_of_training_jobs @max_number_of_training_jobs end |
#max_parallel_training_jobs ⇒ ::String
Returns the value of attribute max_parallel_training_jobs.
923 924 925 |
# File 'sig/types.rbs', line 923 def max_parallel_training_jobs @max_parallel_training_jobs end |