Interface Service.SearchExperiments.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.SearchExperiments.Response, Service.SearchExperiments.Response.Builder
Enclosing class:
Service.SearchExperiments

public static interface Service.SearchExperiments.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExperimentsList

      List<Service.Experiment> getExperimentsList()
       Experiments that match the search criteria
       
      repeated .mlflow.Experiment experiments = 1;
    • getExperiments

      Service.Experiment getExperiments(int index)
       Experiments that match the search criteria
       
      repeated .mlflow.Experiment experiments = 1;
    • getExperimentsCount

      int getExperimentsCount()
       Experiments that match the search criteria
       
      repeated .mlflow.Experiment experiments = 1;
    • getExperimentsOrBuilderList

      List<? extends Service.ExperimentOrBuilder> getExperimentsOrBuilderList()
       Experiments that match the search criteria
       
      repeated .mlflow.Experiment experiments = 1;
    • getExperimentsOrBuilder

      Service.ExperimentOrBuilder getExperimentsOrBuilder(int index)
       Experiments that match the search criteria
       
      repeated .mlflow.Experiment experiments = 1;
    • hasNextPageToken

      boolean hasNextPageToken()
       Token that can be used to retrieve the next page of experiments.
       An empty token means that no more experiments are available for retrieval.
       
      optional string next_page_token = 2;
      Returns:
      Whether the nextPageToken field is set.
    • getNextPageToken

      String getNextPageToken()
       Token that can be used to retrieve the next page of experiments.
       An empty token means that no more experiments are available for retrieval.
       
      optional string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Token that can be used to retrieve the next page of experiments.
       An empty token means that no more experiments are available for retrieval.
       
      optional string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.