Class: Aws::Types::TabularJobConfig
- Inherits:
-
Object
- Object
- Aws::Types::TabularJobConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#candidate_generation_config ⇒ Types::CandidateGenerationConfig
Returns the value of attribute candidate_generation_config.
-
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
-
#feature_specification_s3_uri ⇒ ::String
Returns the value of attribute feature_specification_s3_uri.
-
#generate_candidate_definitions_only ⇒ Boolean
Returns the value of attribute generate_candidate_definitions_only.
-
#mode ⇒ "AUTO", ...
Returns the value of attribute mode.
-
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
-
#sample_weight_attribute_name ⇒ ::String
Returns the value of attribute sample_weight_attribute_name.
-
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
Instance Attribute Details
#candidate_generation_config ⇒ Types::CandidateGenerationConfig
Returns the value of attribute candidate_generation_config.
11241 11242 11243 |
# File 'sig/types.rbs', line 11241 def candidate_generation_config @candidate_generation_config end |
#completion_criteria ⇒ Types::AutoMLJobCompletionCriteria
Returns the value of attribute completion_criteria.
11242 11243 11244 |
# File 'sig/types.rbs', line 11242 def completion_criteria @completion_criteria end |
#feature_specification_s3_uri ⇒ ::String
Returns the value of attribute feature_specification_s3_uri.
11243 11244 11245 |
# File 'sig/types.rbs', line 11243 def feature_specification_s3_uri @feature_specification_s3_uri end |
#generate_candidate_definitions_only ⇒ Boolean
Returns the value of attribute generate_candidate_definitions_only.
11245 11246 11247 |
# File 'sig/types.rbs', line 11245 def generate_candidate_definitions_only @generate_candidate_definitions_only end |
#mode ⇒ "AUTO", ...
Returns the value of attribute mode.
11244 11245 11246 |
# File 'sig/types.rbs', line 11244 def mode @mode end |
#problem_type ⇒ "BinaryClassification", ...
Returns the value of attribute problem_type.
11246 11247 11248 |
# File 'sig/types.rbs', line 11246 def problem_type @problem_type end |
#sample_weight_attribute_name ⇒ ::String
Returns the value of attribute sample_weight_attribute_name.
11248 11249 11250 |
# File 'sig/types.rbs', line 11248 def sample_weight_attribute_name @sample_weight_attribute_name end |
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
11247 11248 11249 |
# File 'sig/types.rbs', line 11247 def target_attribute_name @target_attribute_name end |