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.
10529 10530 10531 |
# File 'sig/types.rbs', line 10529 def auto_ml_job_objective @auto_ml_job_objective end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
10531 10532 10533 |
# File 'sig/types.rbs', line 10531 def completion_criteria @completion_criteria end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
10530 10531 10532 |
# File 'sig/types.rbs', line 10530 def problem_type @problem_type end |