Class: Aws::Types::TabularJobConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_generation_configTypes::CandidateGenerationConfig

Returns the value of attribute candidate_generation_config.



11249
11250
11251
# File 'sig/types.rbs', line 11249

def candidate_generation_config
  @candidate_generation_config
end

#completion_criteriaTypes::AutoMLJobCompletionCriteria

Returns the value of attribute completion_criteria.



11250
11251
11252
# File 'sig/types.rbs', line 11250

def completion_criteria
  @completion_criteria
end

#feature_specification_s3_uri::String

Returns the value of attribute feature_specification_s3_uri.

Returns:

  • (::String)


11251
11252
11253
# File 'sig/types.rbs', line 11251

def feature_specification_s3_uri
  @feature_specification_s3_uri
end

#generate_candidate_definitions_onlyBoolean

Returns the value of attribute generate_candidate_definitions_only.

Returns:

  • (Boolean)


11253
11254
11255
# File 'sig/types.rbs', line 11253

def generate_candidate_definitions_only
  @generate_candidate_definitions_only
end

#mode"AUTO", ...

Returns the value of attribute mode.

Returns:

  • ("AUTO", "ENSEMBLING", "HYPERPARAMETER_TUNING")


11252
11253
11254
# File 'sig/types.rbs', line 11252

def mode
  @mode
end

#problem_type"BinaryClassification", ...

Returns the value of attribute problem_type.

Returns:

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


11254
11255
11256
# File 'sig/types.rbs', line 11254

def problem_type
  @problem_type
end

#sample_weight_attribute_name::String

Returns the value of attribute sample_weight_attribute_name.

Returns:

  • (::String)


11256
11257
11258
# File 'sig/types.rbs', line 11256

def sample_weight_attribute_name
  @sample_weight_attribute_name
end

#target_attribute_name::String

Returns the value of attribute target_attribute_name.

Returns:

  • (::String)


11255
11256
11257
# File 'sig/types.rbs', line 11255

def target_attribute_name
  @target_attribute_name
end