Package org.mlflow.api.proto
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 Summary
Modifier and Type Method Description Service.ExperimentgetExperiment()Experiment details.Service.ExperimentOrBuildergetExperimentOrBuilder()Experiment details.Service.RunInfogetRuns(int index)Deprecated.intgetRunsCount()Deprecated.java.util.List<Service.RunInfo>getRunsList()Deprecated.Service.RunInfoOrBuildergetRunsOrBuilder(int index)Deprecated.java.util.List<? extends Service.RunInfoOrBuilder>getRunsOrBuilderList()Deprecated.booleanhasExperiment()Experiment details.Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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.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.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.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.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];
-