Class: Aws::Personalize::Types::HyperParameterRanges

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

Overview

Specifies the hyperparameters and their ranges. Hyperparameters can be categorical, continuous, or integer-valued.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categorical_hyper_parameter_rangesArray<Types::CategoricalHyperParameterRange>

The categorical hyperparameters and their ranges.



3472
3473
3474
3475
3476
3477
3478
# File 'lib/aws-sdk-personalize/types.rb', line 3472

class HyperParameterRanges < Struct.new(
  :integer_hyper_parameter_ranges,
  :continuous_hyper_parameter_ranges,
  :categorical_hyper_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#continuous_hyper_parameter_rangesArray<Types::ContinuousHyperParameterRange>

The continuous hyperparameters and their ranges.



3472
3473
3474
3475
3476
3477
3478
# File 'lib/aws-sdk-personalize/types.rb', line 3472

class HyperParameterRanges < Struct.new(
  :integer_hyper_parameter_ranges,
  :continuous_hyper_parameter_ranges,
  :categorical_hyper_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#integer_hyper_parameter_rangesArray<Types::IntegerHyperParameterRange>

The integer-valued hyperparameters and their ranges.



3472
3473
3474
3475
3476
3477
3478
# File 'lib/aws-sdk-personalize/types.rb', line 3472

class HyperParameterRanges < Struct.new(
  :integer_hyper_parameter_ranges,
  :continuous_hyper_parameter_ranges,
  :categorical_hyper_parameter_ranges)
  SENSITIVE = []
  include Aws::Structure
end