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.



3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-personalize/types.rb', line 3481

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.



3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-personalize/types.rb', line 3481

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.



3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-personalize/types.rb', line 3481

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