Class: Aws::Personalize::Types::TunedHPOParams
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::TunedHPOParams
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
If hyperparameter optimization (HPO) was performed, contains the hyperparameter values of the best performing model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_hyper_parameters ⇒ Hash<String,String>
A list of the hyperparameter values of the best performing model.
Instance Attribute Details
#algorithm_hyper_parameters ⇒ Hash<String,String>
A list of the hyperparameter values of the best performing model.
5895 5896 5897 5898 5899 |
# File 'lib/aws-sdk-personalize/types.rb', line 5895 class TunedHPOParams < Struct.new( :algorithm_hyper_parameters) SENSITIVE = [] include Aws::Structure end |