public static interface Service.GetExperiment.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Service.Experiment |
getExperiment()
Experiment details.
|
Service.ExperimentOrBuilder |
getExperimentOrBuilder()
Experiment details.
|
Service.RunInfo |
getRuns(int index)
All (max limit to be imposed) active runs associated with this experiment.
|
int |
getRunsCount()
All (max limit to be imposed) active runs associated with this experiment.
|
List<Service.RunInfo> |
getRunsList()
All (max limit to be imposed) active runs associated with this experiment.
|
Service.RunInfoOrBuilder |
getRunsOrBuilder(int index)
All (max limit to be imposed) active runs associated with this experiment.
|
List<? extends Service.RunInfoOrBuilder> |
getRunsOrBuilderList()
All (max limit to be imposed) active runs associated with this experiment.
|
boolean |
hasExperiment()
Experiment details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExperiment()
Experiment details.
optional .mlflow.Experiment experiment = 1;Service.Experiment getExperiment()
Experiment details.
optional .mlflow.Experiment experiment = 1;Service.ExperimentOrBuilder getExperimentOrBuilder()
Experiment details.
optional .mlflow.Experiment experiment = 1;List<Service.RunInfo> getRunsList()
All (max limit to be imposed) active runs associated with this experiment.
repeated .mlflow.RunInfo runs = 2;Service.RunInfo getRuns(int index)
All (max limit to be imposed) active runs associated with this experiment.
repeated .mlflow.RunInfo runs = 2;int getRunsCount()
All (max limit to be imposed) active runs associated with this experiment.
repeated .mlflow.RunInfo runs = 2;List<? extends Service.RunInfoOrBuilder> getRunsOrBuilderList()
All (max limit to be imposed) active runs associated with this experiment.
repeated .mlflow.RunInfo runs = 2;Service.RunInfoOrBuilder getRunsOrBuilder(int index)
All (max limit to be imposed) active runs associated with this experiment.
repeated .mlflow.RunInfo runs = 2;Copyright © 2019. All rights reserved.