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.
10544 10545 10546 |
# File 'sig/types.rbs', line 10544 def auto_ml_job_objective @auto_ml_job_objective end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
10546 10547 10548 |
# File 'sig/types.rbs', line 10546 def completion_criteria @completion_criteria end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
10545 10546 10547 |
# File 'sig/types.rbs', line 10545 def problem_type @problem_type end |