public static interface Service.GetExperiment.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Experiment |
getExperiment()
Returns experiment details.
|
Service.ExperimentOrBuilder |
getExperimentOrBuilder()
Returns 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()
Returns experiment details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperiment()
Returns experiment details.
optional .mlflow.Experiment experiment = 1;
Service.Experiment getExperiment()
Returns experiment details.
optional .mlflow.Experiment experiment = 1;
Service.ExperimentOrBuilder getExperimentOrBuilder()
Returns 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 © 2018. All rights reserved.