trials property

List<GoogleCloudMlV1Trial>? trials
getter/setter pair

The pareto-optimal trials for multiple objective study or the optimal trial for single objective study.

The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency

Implementation

core.List<GoogleCloudMlV1Trial>? trials;