measurements property

List<GoogleCloudMlV1Measurement>? measurements
getter/setter pair

A list of measurements that are strictly lexicographically ordered by their induced tuples (steps, elapsed_time).

These are used for early stopping computations.

Implementation

core.List<GoogleCloudMlV1Measurement>? measurements;