Class: Aws::Types::ResourceLimits
- Inherits:
-
Object
- Object
- Aws::Types::ResourceLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_number_of_training_jobs ⇒ ::Integer
Returns the value of attribute max_number_of_training_jobs.
-
#max_parallel_training_jobs ⇒ ::Integer
Returns the value of attribute max_parallel_training_jobs.
-
#max_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_in_seconds.
Instance Attribute Details
#max_number_of_training_jobs ⇒ ::Integer
Returns the value of attribute max_number_of_training_jobs.
10564 10565 10566 |
# File 'sig/types.rbs', line 10564 def max_number_of_training_jobs @max_number_of_training_jobs end |
#max_parallel_training_jobs ⇒ ::Integer
Returns the value of attribute max_parallel_training_jobs.
10565 10566 10567 |
# File 'sig/types.rbs', line 10565 def max_parallel_training_jobs @max_parallel_training_jobs end |
#max_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_in_seconds.
10566 10567 10568 |
# File 'sig/types.rbs', line 10566 def max_runtime_in_seconds @max_runtime_in_seconds end |