GoogleCloudAiplatformV1Measurement class
A message representing a Measurement of a Trial.
A Measurement contains the Metrics got by executing a Trial using suggested hyperparameter values.
Constructors
-
GoogleCloudAiplatformV1Measurement({String? elapsedDuration, List<
GoogleCloudAiplatformV1MeasurementMetric> ? metrics, String? stepCount}) - GoogleCloudAiplatformV1Measurement.fromJson(Map json_)
Properties
- elapsedDuration ↔ 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<
GoogleCloudAiplatformV1MeasurementMetric> ? -
A list of metrics got by evaluating the objective functions using
suggested Parameter values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stepCount ↔ String?
-
The number of steps the 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