Class: Aws::Types::ResolvedAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_objectiveTypes::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_criteriaTypes::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.

Returns:

  • ("BinaryClassification", "MulticlassClassification", "Regression")


10530
10531
10532
# File 'sig/types.rbs', line 10530

def problem_type
  @problem_type
end