HyperParameterTuningJobTrainingJobDefinitionHyperParameterRangesContinuousParameterRange class

Constructors

HyperParameterTuningJobTrainingJobDefinitionHyperParameterRangesContinuousParameterRange({required Input<String> maxValue, required Input<String> minValue, required Input<String> name, Input<String?>? scalingType})
Creates a new HyperParameterTuningJobTrainingJobDefinitionHyperParameterRangesContinuousParameterRange. maxValue Maximum value. minValue Minimum value. name Parameter name. scalingType Scaling rule for the range.
const
HyperParameterTuningJobTrainingJobDefinitionHyperParameterRangesContinuousParameterRange.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxValue → Input<String>
Maximum value.
final
minValue → Input<String>
Minimum value.
final
name → Input<String>
Parameter name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalingType → Input<String?>?
Scaling rule for the range.
final

Methods

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

Operators

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