Class: Aws::Types::ResolvedAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ResolvedAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the value of attribute auto_ml_job_objective.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
-
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the value of attribute auto_ml_job_objective.
10522 10523 10524 |
# File 'sig/types.rbs', line 10522 def auto_ml_job_objective @auto_ml_job_objective end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
10524 10525 10526 |
# File 'sig/types.rbs', line 10524 def completion_criteria @completion_criteria end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
10523 10524 10525 |
# File 'sig/types.rbs', line 10523 def problem_type @problem_type end |