Interface ListOptimalTrialsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListOptimalTrialsResponse
,ListOptimalTrialsResponse.Builder
public interface ListOptimalTrialsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOptimalTrialsList
List<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.v1beta1.Trial optimal_trials = 1;
-
getOptimalTrials
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.v1beta1.Trial optimal_trials = 1;
-
getOptimalTrialsCount
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.v1beta1.Trial optimal_trials = 1;
-
getOptimalTrialsOrBuilderList
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.v1beta1.Trial optimal_trials = 1;
-
getOptimalTrialsOrBuilder
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.v1beta1.Trial optimal_trials = 1;
-
-