public interface ListOptimalTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Trial |
getOptimalTrials(int index)
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study.
|
int |
getOptimalTrialsCount()
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study.
|
List<Trial> |
getOptimalTrialsList()
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study.
|
TrialOrBuilder |
getOptimalTrialsOrBuilder(int index)
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study.
|
List<? extends TrialOrBuilder> |
getOptimalTrialsOrBuilderList()
The pareto-optimal Trials for multiple objective Study or the
optimal trial for single objective Study.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Trial> getOptimalTrialsList()
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
repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;Trial getOptimalTrials(int index)
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
repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;int getOptimalTrialsCount()
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
repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;List<? extends TrialOrBuilder> getOptimalTrialsOrBuilderList()
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
repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;TrialOrBuilder getOptimalTrialsOrBuilder(int index)
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
repeated .google.cloud.aiplatform.v1.Trial optimal_trials = 1;Copyright © 2025 Google LLC. All rights reserved.