public static final class NasJobOutput.MultiTrialJobOutput.Builder extends GeneratedMessage.Builder<NasJobOutput.MultiTrialJobOutput.Builder> implements NasJobOutput.MultiTrialJobOutputOrBuilder
The output of a multi-trial Neural Architecture Search (NAS) jobs.
Protobuf type google.cloud.aiplatform.v1beta1.NasJobOutput.MultiTrialJobOutput
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 NasJobOutput.MultiTrialJobOutput.Builder addAllSearchTrials(Iterable<? extends NasTrial> values)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.NasTrial>
|
public NasJobOutput.MultiTrialJobOutput.Builder addAllTrainTrials(Iterable<? extends NasTrial> values)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.NasTrial>
|
public NasJobOutput.MultiTrialJobOutput.Builder addSearchTrials(NasTrial value)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
value |
NasTrial
|
public NasJobOutput.MultiTrialJobOutput.Builder addSearchTrials(NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder addSearchTrials(int index, NasTrial value)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder addSearchTrials(int index, NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrial.Builder addSearchTrialsBuilder()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrial.Builder addSearchTrialsBuilder(int index)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasJobOutput.MultiTrialJobOutput.Builder addTrainTrials(NasTrial value)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
value |
NasTrial
|
public NasJobOutput.MultiTrialJobOutput.Builder addTrainTrials(NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder addTrainTrials(int index, NasTrial value)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder addTrainTrials(int index, NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrial.Builder addTrainTrialsBuilder()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrial.Builder addTrainTrialsBuilder(int index)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasJobOutput.MultiTrialJobOutput build()
public NasJobOutput.MultiTrialJobOutput buildPartial()
public NasJobOutput.MultiTrialJobOutput.Builder clear()
Overrides
public NasJobOutput.MultiTrialJobOutput.Builder clearSearchTrials()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder clearTrainTrials()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public NasTrial getSearchTrials(int index)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasTrial.Builder getSearchTrialsBuilder(int index)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<NasTrial.Builder> getSearchTrialsBuilderList()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getSearchTrialsCount()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
public List<NasTrial> getSearchTrialsList()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrialOrBuilder getSearchTrialsOrBuilder(int index)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends NasTrialOrBuilder> getSearchTrialsOrBuilderList()
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasTrialOrBuilder> |
|
public NasTrial getTrainTrials(int index)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasTrial.Builder getTrainTrialsBuilder(int index)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<NasTrial.Builder> getTrainTrialsBuilderList()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getTrainTrialsCount()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
public List<NasTrial> getTrainTrialsList()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasTrialOrBuilder getTrainTrialsOrBuilder(int index)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends NasTrialOrBuilder> getTrainTrialsOrBuilderList()
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasTrialOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public NasJobOutput.MultiTrialJobOutput.Builder mergeFrom(NasJobOutput.MultiTrialJobOutput other)
public NasJobOutput.MultiTrialJobOutput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public NasJobOutput.MultiTrialJobOutput.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public NasJobOutput.MultiTrialJobOutput.Builder removeSearchTrials(int index)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasJobOutput.MultiTrialJobOutput.Builder removeTrainTrials(int index)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public NasJobOutput.MultiTrialJobOutput.Builder setSearchTrials(int index, NasTrial value)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder setSearchTrials(int index, NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder setTrainTrials(int index, NasTrial value)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public NasJobOutput.MultiTrialJobOutput.Builder setTrainTrials(int index, NasTrial.Builder builderForValue)
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1beta1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];