optimalTrials property

List<GoogleCloudAiplatformV1Trial>? optimalTrials
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<GoogleCloudAiplatformV1Trial>? optimalTrials;