Interface Service.GetExperiment.ResponseOrBuilder

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

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

    • hasExperiment

      boolean hasExperiment()
       Experiment details.
       
      optional .mlflow.Experiment experiment = 1;
    • getExperiment

      Service.Experiment getExperiment()
       Experiment details.
       
      optional .mlflow.Experiment experiment = 1;
    • getExperimentOrBuilder

      Service.ExperimentOrBuilder getExperimentOrBuilder()
       Experiment details.
       
      optional .mlflow.Experiment experiment = 1;
    • getRunsList

      @Deprecated java.util.List<Service.RunInfo> getRunsList()
      Deprecated.
       A collection of active runs in the experiment. Note: this may not contain
       all of the experiment's active runs.
       This field is deprecated. Please use the "Search Runs" API to fetch
       runs within an experiment.
       
      repeated .mlflow.RunInfo runs = 2 [deprecated = true];
    • getRuns

      @Deprecated Service.RunInfo getRuns​(int index)
      Deprecated.
       A collection of active runs in the experiment. Note: this may not contain
       all of the experiment's active runs.
       This field is deprecated. Please use the "Search Runs" API to fetch
       runs within an experiment.
       
      repeated .mlflow.RunInfo runs = 2 [deprecated = true];
    • getRunsCount

      @Deprecated int getRunsCount()
      Deprecated.
       A collection of active runs in the experiment. Note: this may not contain
       all of the experiment's active runs.
       This field is deprecated. Please use the "Search Runs" API to fetch
       runs within an experiment.
       
      repeated .mlflow.RunInfo runs = 2 [deprecated = true];
    • getRunsOrBuilderList

      @Deprecated java.util.List<? extends Service.RunInfoOrBuilder> getRunsOrBuilderList()
      Deprecated.
       A collection of active runs in the experiment. Note: this may not contain
       all of the experiment's active runs.
       This field is deprecated. Please use the "Search Runs" API to fetch
       runs within an experiment.
       
      repeated .mlflow.RunInfo runs = 2 [deprecated = true];
    • getRunsOrBuilder

      @Deprecated Service.RunInfoOrBuilder getRunsOrBuilder​(int index)
      Deprecated.
       A collection of active runs in the experiment. Note: this may not contain
       all of the experiment's active runs.
       This field is deprecated. Please use the "Search Runs" API to fetch
       runs within an experiment.
       
      repeated .mlflow.RunInfo runs = 2 [deprecated = true];