Package com.google.cloud.aiplatform.v1
Interface ListOptimalTrialsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListOptimalTrialsResponse,ListOptimalTrialsResponse.Builder
@Generated
public interface ListOptimalTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOptimalTrials(int index) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.intThe pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.getOptimalTrialsOrBuilder(int index) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<? extends TrialOrBuilder>The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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; -
getOptimalTrials
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; -
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.v1.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.v1.Trial optimal_trials = 1; -
getOptimalTrialsOrBuilder
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;
-