public static final class ListOptimalTrialsResponse.Builder extends GeneratedMessage.Builder<ListOptimalTrialsResponse.Builder> implements ListOptimalTrialsResponseOrBuilder
Response message for
VizierService.ListOptimalTrials.
Protobuf type google.cloud.aiplatform.v1beta1.ListOptimalTrialsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListOptimalTrialsResponse.Builder addAllOptimalTrials(Iterable<? extends Trial> values)
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;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.Trial>
|
public ListOptimalTrialsResponse.Builder addOptimalTrials(Trial value)
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;
| Parameter |
| Name |
Description |
value |
Trial
|
public ListOptimalTrialsResponse.Builder addOptimalTrials(Trial.Builder builderForValue)
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;
public ListOptimalTrialsResponse.Builder addOptimalTrials(int index, Trial value)
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;
| Parameters |
| Name |
Description |
index |
int
|
value |
Trial
|
public ListOptimalTrialsResponse.Builder addOptimalTrials(int index, Trial.Builder builderForValue)
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;
public Trial.Builder addOptimalTrialsBuilder()
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;
public Trial.Builder addOptimalTrialsBuilder(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;
| Parameter |
| Name |
Description |
index |
int
|
public ListOptimalTrialsResponse build()
public ListOptimalTrialsResponse buildPartial()
public ListOptimalTrialsResponse.Builder clear()
Overrides
public ListOptimalTrialsResponse.Builder clearOptimalTrials()
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;
public ListOptimalTrialsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Trial |
|
public Trial.Builder getOptimalTrialsBuilder(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;
| Parameter |
| Name |
Description |
index |
int
|
public List<Trial.Builder> getOptimalTrialsBuilderList()
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;
public 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;
| Returns |
| Type |
Description |
int |
|
public 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;
public 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;
| Parameter |
| Name |
Description |
index |
int
|
public 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;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TrialOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListOptimalTrialsResponse.Builder mergeFrom(ListOptimalTrialsResponse other)
public ListOptimalTrialsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListOptimalTrialsResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ListOptimalTrialsResponse.Builder removeOptimalTrials(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;
| Parameter |
| Name |
Description |
index |
int
|
public ListOptimalTrialsResponse.Builder setOptimalTrials(int index, Trial value)
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;
| Parameters |
| Name |
Description |
index |
int
|
value |
Trial
|
public ListOptimalTrialsResponse.Builder setOptimalTrials(int index, Trial.Builder builderForValue)
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;