Class: Aws::Personalize::Types::HPOConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Personalize::Types::HPOConfig
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Describes the properties for hyperparameter optimization (HPO).
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #algorithm_hyper_parameter_ranges  ⇒ Types::HyperParameterRanges 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The hyperparameters and their allowable ranges. 
- 
  
    
      #hpo_objective  ⇒ Types::HPOObjective 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metric to optimize during HPO. 
- 
  
    
      #hpo_resource_config  ⇒ Types::HPOResourceConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes the resource configuration for HPO. 
Instance Attribute Details
#algorithm_hyper_parameter_ranges ⇒ Types::HyperParameterRanges
The hyperparameters and their allowable ranges.
| 3716 3717 3718 3719 3720 3721 3722 | # File 'lib/aws-sdk-personalize/types.rb', line 3716 class HPOConfig < Struct.new( :hpo_objective, :hpo_resource_config, :algorithm_hyper_parameter_ranges) SENSITIVE = [] include Aws::Structure end | 
#hpo_objective ⇒ Types::HPOObjective
The metric to optimize during HPO.
<note markdown=“1”> Amazon Personalize doesn’t support configuring the ‘hpoObjective` at this time.
</note>
| 3716 3717 3718 3719 3720 3721 3722 | # File 'lib/aws-sdk-personalize/types.rb', line 3716 class HPOConfig < Struct.new( :hpo_objective, :hpo_resource_config, :algorithm_hyper_parameter_ranges) SENSITIVE = [] include Aws::Structure end | 
#hpo_resource_config ⇒ Types::HPOResourceConfig
Describes the resource configuration for HPO.
| 3716 3717 3718 3719 3720 3721 3722 | # File 'lib/aws-sdk-personalize/types.rb', line 3716 class HPOConfig < Struct.new( :hpo_objective, :hpo_resource_config, :algorithm_hyper_parameter_ranges) SENSITIVE = [] include Aws::Structure end |