GoogleCloudMlV1Measurement class
A message representing a measurement.
Constructors
Properties
- elapsedTime ↔ String
-
Output only. Time that the trial has been running at the point of this
measurement.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
metrics
↔ List<
GoogleCloudMlV1MeasurementMetric> -
Provides a list of metrics that act as inputs into the objective function.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stepCount ↔ String
-
The number of steps a machine learning model has been trained for. Must be
non-negative.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited