Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Personalize::Types::HPOConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Describes the properties for hyperparameter optimization (HPO).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_hyper_parameter_rangesTypes::HyperParameterRanges

The hyperparameters and their allowable ranges.


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-personalize/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_objectiveTypes::HPOObjective

The metric to optimize during HPO.

Amazon Personalize doesn't support configuring the hpoObjective at this time.

Returns:


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-personalize/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_configTypes::HPOResourceConfig

Describes the resource configuration for HPO.


3716
3717
3718
3719
3720
3721
3722
# File 'gems/aws-sdk-personalize/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