Measurement class final
A message representing a Measurement of a Trial. A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.
- Inheritance
-
- Object
- ProtoMessage
- Measurement
Constructors
-
Measurement({Duration? elapsedDuration, int stepCount = 0, List<
Measurement_Metric> metrics = const []}) - Measurement.fromJson(Object? j)
-
factory
Properties
- elapsedDuration → Duration?
-
Output only. Time that the Trial has been running at the point of this
Measurement.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
→ List<
Measurement_Metric> -
Output only. A list of metrics got by evaluating the objective functions
using suggested Parameter values.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepCount → int
-
Output only. The number of steps the machine learning model has been
trained for. Must be non-negative.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String