TrialComponentParameterValue class
The value of a hyperparameter. Only one of NumberValue
or
StringValue
can be specified.
This object is specified in the CreateTrialComponent request.
Constructors
- TrialComponentParameterValue({double? numberValue, String? stringValue})
-
TrialComponentParameterValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberValue → double?
-
The numeric value of a numeric hyperparameter. If you specify a value for
this parameter, you can't specify the
StringValue
parameter.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue → String?
-
The string value of a categorical hyperparameter. If you specify a value for
this parameter, you can't specify the
NumberValue
parameter.final
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