Class: Aws::Types::AutoMLJobCompletionCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLJobCompletionCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_auto_ml_job_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_auto_ml_job_runtime_in_seconds.
-
#max_candidates ⇒ ::Integer
Returns the value of attribute max_candidates.
-
#max_runtime_per_training_job_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_per_training_job_in_seconds.
Instance Attribute Details
#max_auto_ml_job_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_auto_ml_job_runtime_in_seconds.
660 661 662 |
# File 'sig/types.rbs', line 660 def max_auto_ml_job_runtime_in_seconds @max_auto_ml_job_runtime_in_seconds end |
#max_candidates ⇒ ::Integer
Returns the value of attribute max_candidates.
658 659 660 |
# File 'sig/types.rbs', line 658 def max_candidates @max_candidates end |
#max_runtime_per_training_job_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_per_training_job_in_seconds.
659 660 661 |
# File 'sig/types.rbs', line 659 def max_runtime_per_training_job_in_seconds @max_runtime_per_training_job_in_seconds end |