ParameterRanges class
Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.
Constructors
-
ParameterRanges({List<
CategoricalParameterRange> ? categoricalParameterRanges, List<ContinuousParameterRange> ? continuousParameterRanges, List<IntegerParameterRange> ? integerParameterRanges}) -
ParameterRanges.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
categoricalParameterRanges
→ List<
CategoricalParameterRange> ? -
The array of CategoricalParameterRange objects that specify ranges of
categorical hyperparameters that a hyperparameter tuning job searches.
final
-
continuousParameterRanges
→ List<
ContinuousParameterRange> ? -
The array of ContinuousParameterRange objects that specify ranges of
continuous hyperparameters that a hyperparameter tuning job searches.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
integerParameterRanges
→ List<
IntegerParameterRange> ? -
The array of IntegerParameterRange objects that specify ranges of
integer hyperparameters that a hyperparameter tuning job searches.
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