Class: Aws::Types::AutoMLResolvedAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLResolvedAttributes
- 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.
-
#auto_ml_problem_type_resolved_attributes ⇒ Types::AutoMLProblemTypeResolvedAttributes
Returns the value of attribute auto_ml_problem_type_resolved_attributes.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
Instance Attribute Details
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the value of attribute auto_ml_job_objective.
745 746 747 |
# File 'sig/types.rbs', line 745 def auto_ml_job_objective @auto_ml_job_objective end |
#auto_ml_problem_type_resolved_attributes ⇒ Types::AutoMLProblemTypeResolvedAttributes
Returns the value of attribute auto_ml_problem_type_resolved_attributes.
747 748 749 |
# File 'sig/types.rbs', line 747 def auto_ml_problem_type_resolved_attributes @auto_ml_problem_type_resolved_attributes end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
746 747 748 |
# File 'sig/types.rbs', line 746 def completion_criteria @completion_criteria end |