public static interface Service.ListExperimentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.ViewType |
getViewType()
Qualifier for type of experiments to be returned.
|
boolean |
hasViewType()
Qualifier for type of experiments to be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasViewType()
Qualifier for type of experiments to be returned. If unspecified, return only active experiments.
optional .mlflow.ViewType view_type = 1;
Service.ViewType getViewType()
Qualifier for type of experiments to be returned. If unspecified, return only active experiments.
optional .mlflow.ViewType view_type = 1;
Copyright © 2019. All rights reserved.