Package com.google.cloud.aiplatform.v1
Interface NasJobOutput.MultiTrialJobOutputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NasJobOutput.MultiTrialJobOutput,NasJobOutput.MultiTrialJobOutput.Builder
- Enclosing class:
- NasJobOutput
public static interface NasJobOutput.MultiTrialJobOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSearchTrials(int index) Output only.intOutput only.Output only.getSearchTrialsOrBuilder(int index) Output only.List<? extends NasTrialOrBuilder>Output only.getTrainTrials(int index) Output only.intOutput only.Output only.getTrainTrialsOrBuilder(int index) Output only.List<? extends NasTrialOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSearchTrialsList
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getSearchTrials
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getSearchTrialsCount
int getSearchTrialsCount()Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getSearchTrialsOrBuilderList
List<? extends NasTrialOrBuilder> getSearchTrialsOrBuilderList()Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getSearchTrialsOrBuilder
Output only. List of NasTrials that were started as part of search stage.
repeated .google.cloud.aiplatform.v1.NasTrial search_trials = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrainTrialsList
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrainTrials
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrainTrialsCount
int getTrainTrialsCount()Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrainTrialsOrBuilderList
List<? extends NasTrialOrBuilder> getTrainTrialsOrBuilderList()Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTrainTrialsOrBuilder
Output only. List of NasTrials that were started as part of train stage.
repeated .google.cloud.aiplatform.v1.NasTrial train_trials = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-