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 Details

    • getSearchTrialsList

      List<NasTrial> 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

      NasTrial getSearchTrials(int index)
       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

      NasTrialOrBuilder getSearchTrialsOrBuilder(int index)
       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

      List<NasTrial> 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

      NasTrial getTrainTrials(int index)
       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

      NasTrialOrBuilder getTrainTrialsOrBuilder(int index)
       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];