Uses of Enum Class
org.mlflow.api.proto.Service.TraceInfoV3.State
Packages that use Service.TraceInfoV3.State
-
Uses of Service.TraceInfoV3.State in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.TraceInfoV3.StateModifier and TypeMethodDescriptionstatic Service.TraceInfoV3.State
Service.TraceInfoV3.State.forNumber
(int value) Service.TraceInfoV3.Builder.getState()
optional .mlflow.TraceInfoV3.State state = 8;
Service.TraceInfoV3.getState()
optional .mlflow.TraceInfoV3.State state = 8;
Service.TraceInfoV3OrBuilder.getState()
optional .mlflow.TraceInfoV3.State state = 8;
static Service.TraceInfoV3.State
Service.TraceInfoV3.State.valueOf
(int value) Deprecated.static Service.TraceInfoV3.State
Service.TraceInfoV3.State.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.TraceInfoV3.State
Returns the enum constant of this class with the specified name.static Service.TraceInfoV3.State[]
Service.TraceInfoV3.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoV3.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Service.TraceInfoV3.State>
Service.TraceInfoV3.State.internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Service.TraceInfoV3.StateModifier and TypeMethodDescriptionService.TraceInfoV3.Builder.setState
(Service.TraceInfoV3.State value) optional .mlflow.TraceInfoV3.State state = 8;