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)
Deprecated.
|
int |
getRunsCount()
Deprecated.
|
List<Service.RunInfo> |
getRunsList()
Deprecated.
|
Service.RunInfoOrBuilder |
getRunsOrBuilder(int index)
Deprecated.
|
List<? extends Service.RunInfoOrBuilder> |
getRunsOrBuilderList()
Deprecated.
|
boolean |
hasExperiment()
Experiment details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean 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;
@Deprecated List<Service.RunInfo> getRunsList()
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];
@Deprecated Service.RunInfo getRuns(int index)
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];
@Deprecated int getRunsCount()
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];
@Deprecated List<? extends Service.RunInfoOrBuilder> getRunsOrBuilderList()
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];
@Deprecated Service.RunInfoOrBuilder getRunsOrBuilder(int index)
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];
Copyright © 2021. All rights reserved.