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

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

Instance Attribute Details

#algorithm_hyper_parameter_rangesTypes::HyperParameterRanges

The hyperparameters and their allowable ranges.



3487
3488
3489
3490
3491
3492
3493
# File 'lib/aws-sdk-personalize/types.rb', line 3487

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.

<note markdown=“1”> Amazon Personalize doesn’t support configuring the ‘hpoObjective` at this time.

</note>

Returns:



3487
3488
3489
3490
3491
3492
3493
# File 'lib/aws-sdk-personalize/types.rb', line 3487

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.



3487
3488
3489
3490
3491
3492
3493
# File 'lib/aws-sdk-personalize/types.rb', line 3487

class HPOConfig < Struct.new(
  :hpo_objective,
  :hpo_resource_config,
  :algorithm_hyper_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end