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.



3403
3404
3405
3406
3407
3408
3409
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3403

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:



3403
3404
3405
3406
3407
3408
3409
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3403

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.



3403
3404
3405
3406
3407
3408
3409
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3403

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