Class: Aws::Personalize::Types::SolutionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::SolutionConfig
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Describes the configuration properties for the solution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_hyper_parameters ⇒ Hash<String,String>
Lists the hyperparameter names and ranges.
-
#auto_ml_config ⇒ Types::AutoMLConfig
The [AutoMLConfig][1] object containing a list of recipes to search when AutoML is performed.
-
#event_value_threshold ⇒ String
Only events with a value greater than or equal to this threshold are used for training a model.
-
#feature_transformation_parameters ⇒ Hash<String,String>
Lists the feature transformation parameters.
-
#hpo_config ⇒ Types::HPOConfig
Describes the properties for hyperparameter optimization (HPO).
-
#optimization_objective ⇒ Types::OptimizationObjective
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue.
Instance Attribute Details
#algorithm_hyper_parameters ⇒ Hash<String,String>
Lists the hyperparameter names and ranges.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |
#auto_ml_config ⇒ Types::AutoMLConfig
The AutoMLConfig object containing a list of recipes to search when AutoML is performed.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |
#event_value_threshold ⇒ String
Only events with a value greater than or equal to this threshold are used for training a model.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |
#feature_transformation_parameters ⇒ Hash<String,String>
Lists the feature transformation parameters.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |
#hpo_config ⇒ Types::HPOConfig
Describes the properties for hyperparameter optimization (HPO).
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |
#optimization_objective ⇒ Types::OptimizationObjective
Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4795 class SolutionConfig < Struct.new( :event_value_threshold, :hpo_config, :algorithm_hyper_parameters, :feature_transformation_parameters, :auto_ml_config, :optimization_objective) SENSITIVE = [] include Aws::Structure end |