GoogleCloudMlV1TrialParameter class
A message representing a parameter to be tuned.
Contains the name of the parameter and the suggested value to use for this trial.
Constructors
- GoogleCloudMlV1TrialParameter({double? floatValue, String? intValue, String? parameter, String? stringValue})
- GoogleCloudMlV1TrialParameter.fromJson(Map json_)
Properties
- floatValue ↔ double?
-
Must be set if ParameterType is DOUBLE or DISCRETE.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue ↔ String?
-
Must be set if ParameterType is INTEGER
getter/setter pair
- parameter ↔ String?
-
The name of the parameter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue ↔ String?
-
Must be set if ParameterTypeis CATEGORICAL
getter/setter pair
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