public static final class ListOptimalTrialsResponse.Builder extends GeneratedMessageV3.Builder<ListOptimalTrialsResponse.Builder> implements ListOptimalTrialsResponseOrBuilder
Response message for
VizierService.ListOptimalTrials.
Protobuf type google.cloud.aiplatform.v1beta1.ListOptimalTrialsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListOptimalTrialsResponse build()
public ListOptimalTrialsResponse buildPartial()
public ListOptimalTrialsResponse.Builder clear()
Overrides
public ListOptimalTrialsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListOptimalTrialsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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.Builder clone()
Overrides
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 GeneratedMessageV3.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 final ListOptimalTrialsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
public ListOptimalTrialsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListOptimalTrialsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides