Class: Aws::Types::SolutionConfig
- Inherits:
-
Object
- Object
- Aws::Types::SolutionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute algorithm_hyper_parameters.
-
#auto_ml_config ⇒ Types::AutoMLConfig
Returns the value of attribute auto_ml_config.
-
#auto_training_config ⇒ Types::AutoTrainingConfig
Returns the value of attribute auto_training_config.
-
#event_value_threshold ⇒ ::String
Returns the value of attribute event_value_threshold.
-
#events_config ⇒ Types::EventsConfig
Returns the value of attribute events_config.
-
#feature_transformation_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute feature_transformation_parameters.
-
#hpo_config ⇒ Types::HPOConfig
Returns the value of attribute hpo_config.
-
#optimization_objective ⇒ Types::OptimizationObjective
Returns the value of attribute optimization_objective.
-
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
Instance Attribute Details
#algorithm_hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute algorithm_hyper_parameters.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def algorithm_hyper_parameters @algorithm_hyper_parameters end |
#auto_ml_config ⇒ Types::AutoMLConfig
Returns the value of attribute auto_ml_config.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def auto_ml_config @auto_ml_config end |
#auto_training_config ⇒ Types::AutoTrainingConfig
Returns the value of attribute auto_training_config.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def auto_training_config @auto_training_config end |
#event_value_threshold ⇒ ::String
Returns the value of attribute event_value_threshold.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def event_value_threshold @event_value_threshold end |
#events_config ⇒ Types::EventsConfig
Returns the value of attribute events_config.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def events_config @events_config end |
#feature_transformation_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute feature_transformation_parameters.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def feature_transformation_parameters @feature_transformation_parameters end |
#hpo_config ⇒ Types::HPOConfig
Returns the value of attribute hpo_config.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def hpo_config @hpo_config end |
#optimization_objective ⇒ Types::OptimizationObjective
Returns the value of attribute optimization_objective.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def optimization_objective @optimization_objective end |
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def training_data_config @training_data_config end |