ParameterRanges class

Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values. The range of tunable values determines which values that a hyperparameter tuning job can choose for the specified hyperparameter. This object is part of the HyperParameterTuningJobConfig object.

Constructors

ParameterRanges({List<CategoricalParameterRange>? categoricalParameterRanges, List<ContinuousParameterRange>? continuousParameterRanges, List<IntegerParameterRange>? integerParameterRanges})
ParameterRanges.fromJson(Map<String, dynamic> json)
factory

Properties

categoricalParameterRanges List<CategoricalParameterRange>?
Specifies the tunable range for each categorical hyperparameter.
final
continuousParameterRanges List<ContinuousParameterRange>?
Specifies the tunable range for each continuous hyperparameter.
final
hashCode int
The hash code for this object.
no setterinherited
integerParameterRanges List<IntegerParameterRange>?
Specifies the tunable range for each integer hyperparameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited