public static interface NasJobOutput.MultiTrialJobOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NasTrial |
getSearchTrials(int index)
Output only.
|
int |
getSearchTrialsCount()
Output only.
|
List<NasTrial> |
getSearchTrialsList()
Output only.
|
NasTrialOrBuilder |
getSearchTrialsOrBuilder(int index)
Output only.
|
List<? extends NasTrialOrBuilder> |
getSearchTrialsOrBuilderList()
Output only.
|
NasTrial |
getTrainTrials(int index)
Output only.
|
int |
getTrainTrialsCount()
Output only.
|
List<NasTrial> |
getTrainTrialsList()
Output only.
|
NasTrialOrBuilder |
getTrainTrialsOrBuilder(int index)
Output only.
|
List<? extends NasTrialOrBuilder> |
getTrainTrialsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.