Interface ListOptimalTrialsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListOptimalTrialsResponse, ListOptimalTrialsResponse.Builder

@Generated public interface ListOptimalTrialsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getOptimalTrials(int index)
    The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.
    int
    The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.
    The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.
    The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.
    List<? extends TrialOrBuilder>
    The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getOptimalTrialsList

      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.v1.Trial optimal_trials = 1;
    • getOptimalTrials

      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.v1.Trial optimal_trials = 1;
    • getOptimalTrialsCount

      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.v1.Trial optimal_trials = 1;
    • getOptimalTrialsOrBuilderList

      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.v1.Trial optimal_trials = 1;
    • getOptimalTrialsOrBuilder

      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.v1.Trial optimal_trials = 1;