Class: Aws::Personalize::Types::SolutionConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#algorithm_hyper_parametersHash<String,String>

Lists the algorithm hyperparameters and their values.

Returns:

  • (Hash<String,String>)


5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#auto_ml_configTypes::AutoMLConfig

The AutoMLConfig object containing a list of recipes to search when AutoML is performed.

Returns:



5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#auto_training_configTypes::AutoTrainingConfig

Specifies the automatic training configuration to use.



5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#event_value_thresholdString

Only events with a value greater than or equal to this threshold are used for training a model.

Returns:

  • (String)


5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#feature_transformation_parametersHash<String,String>

Lists the feature transformation parameters.

Returns:

  • (Hash<String,String>)


5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#hpo_configTypes::HPOConfig

Describes the properties for hyperparameter optimization (HPO).

Returns:



5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#optimization_objectiveTypes::OptimizationObjective

Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see Optimizing a solution.



5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_configTypes::TrainingDataConfig

Specifies the training data configuration to use when creating a custom solution version (trained model).



5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5118

class SolutionConfig < Struct.new(
  :event_value_threshold,
  :hpo_config,
  :algorithm_hyper_parameters,
  :feature_transformation_parameters,
  :auto_ml_config,
  :optimization_objective,
  :training_data_config,
  :auto_training_config)
  SENSITIVE = []
  include Aws::Structure
end