GoogleCloudMlV1Measurement class
A message representing a measurement.
Constructors
-
GoogleCloudMlV1Measurement({String? elapsedTime, List<
GoogleCloudMlV1MeasurementMetric> ? metrics, String? stepCount}) - GoogleCloudMlV1Measurement.fromJson(Map json_)
Properties
- elapsedTime ↔ String?
-
Time that the trial has been running at the point of this measurement.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
↔ List<
GoogleCloudMlV1MeasurementMetric> ? -
Provides a list of metrics that act as inputs into the objective function.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepCount ↔ String?
-
The number of steps a machine learning model has been trained for.
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