Interface SuggestTrialsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The time at which operation processing completed.
    com.google.protobuf.TimestampOrBuilder
    The time at which operation processing completed.
    com.google.protobuf.Timestamp
    The time at which the operation was started.
    com.google.protobuf.TimestampOrBuilder
    The time at which the operation was started.
    The state of the Study.
    int
    The state of the Study.
    getTrials(int index)
    A list of Trials.
    int
    A list of Trials.
    A list of Trials.
    getTrialsOrBuilder(int index)
    A list of Trials.
    List<? extends TrialOrBuilder>
    A list of Trials.
    boolean
    The time at which operation processing completed.
    boolean
    The time at which the operation was started.

    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

    • getTrialsList

      List<Trial> getTrialsList()
       A list of Trials.
       
      repeated .google.cloud.aiplatform.v1.Trial trials = 1;
    • getTrials

      Trial getTrials(int index)
       A list of Trials.
       
      repeated .google.cloud.aiplatform.v1.Trial trials = 1;
    • getTrialsCount

      int getTrialsCount()
       A list of Trials.
       
      repeated .google.cloud.aiplatform.v1.Trial trials = 1;
    • getTrialsOrBuilderList

      List<? extends TrialOrBuilder> getTrialsOrBuilderList()
       A list of Trials.
       
      repeated .google.cloud.aiplatform.v1.Trial trials = 1;
    • getTrialsOrBuilder

      TrialOrBuilder getTrialsOrBuilder(int index)
       A list of Trials.
       
      repeated .google.cloud.aiplatform.v1.Trial trials = 1;
    • getStudyStateValue

      int getStudyStateValue()
       The state of the Study.
       
      .google.cloud.aiplatform.v1.Study.State study_state = 2;
      Returns:
      The enum numeric value on the wire for studyState.
    • getStudyState

      Study.State getStudyState()
       The state of the Study.
       
      .google.cloud.aiplatform.v1.Study.State study_state = 2;
      Returns:
      The studyState.
    • hasStartTime

      boolean hasStartTime()
       The time at which the operation was started.
       
      .google.protobuf.Timestamp start_time = 3;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       The time at which the operation was started.
       
      .google.protobuf.Timestamp start_time = 3;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The time at which the operation was started.
       
      .google.protobuf.Timestamp start_time = 3;
    • hasEndTime

      boolean hasEndTime()
       The time at which operation processing completed.
       
      .google.protobuf.Timestamp end_time = 4;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      com.google.protobuf.Timestamp getEndTime()
       The time at which operation processing completed.
       
      .google.protobuf.Timestamp end_time = 4;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       The time at which operation processing completed.
       
      .google.protobuf.Timestamp end_time = 4;