optimalTrialIds property
For single-objective hyperparameter tuning models, it only contains the best trial.
For multi-objective hyperparameter tuning models, it contains all Pareto optimal trials sorted by trial_id.
Output only.
Implementation
core.List<core.String>? optimalTrialIds;