Uses of Class
com.google.cloud.aiplatform.v1.ListOptimalTrialsResponse.Builder
Packages that use ListOptimalTrialsResponse.Builder
-
Uses of ListOptimalTrialsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListOptimalTrialsResponse.BuilderModifier and TypeMethodDescriptionListOptimalTrialsResponse.Builder.addAllOptimalTrials(Iterable<? extends Trial> values) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.addOptimalTrials(int index, Trial value) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.addOptimalTrials(int index, Trial.Builder builderForValue) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.addOptimalTrials(Trial value) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.addOptimalTrials(Trial.Builder builderForValue) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.clear()ListOptimalTrialsResponse.Builder.clearOptimalTrials()The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.mergeFrom(ListOptimalTrialsResponse other) ListOptimalTrialsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListOptimalTrialsResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListOptimalTrialsResponse.newBuilder()ListOptimalTrialsResponse.newBuilder(ListOptimalTrialsResponse prototype) ListOptimalTrialsResponse.newBuilderForType()protected ListOptimalTrialsResponse.BuilderListOptimalTrialsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListOptimalTrialsResponse.Builder.removeOptimalTrials(int index) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.setOptimalTrials(int index, Trial value) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.Builder.setOptimalTrials(int index, Trial.Builder builderForValue) The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.toBuilder()