Class: Aws::Personalize::Types::TunedHPOParams

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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

Instance Attribute Details

#algorithm_hyper_parametersHash<String,String>

A list of the hyperparameter values of the best performing model.

Returns:

  • (Hash<String,String>)


5560
5561
5562
5563
5564
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5560

class TunedHPOParams < Struct.new(
  :algorithm_hyper_parameters)
  SENSITIVE = []
  include Aws::Structure
end