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.



10522
10523
10524
# File 'sig/types.rbs', line 10522

def auto_ml_job_objective
  @auto_ml_job_objective
end

#completion_criteriaTypes::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.

Returns:

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


10523
10524
10525
# File 'sig/types.rbs', line 10523

def problem_type
  @problem_type
end