Uses of Enum Class
org.mlflow.api.proto.Service.TraceStatus
Packages that use Service.TraceStatus
-
Uses of Service.TraceStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.TraceStatusModifier and TypeMethodDescriptionstatic Service.TraceStatus
Service.TraceStatus.forNumber
(int value) Service.EndTrace.Builder.getStatus()
Overall status of the operation being traced (OK, error, etc).Service.EndTrace.getStatus()
Overall status of the operation being traced (OK, error, etc).Service.EndTraceOrBuilder.getStatus()
Overall status of the operation being traced (OK, error, etc).Service.TraceInfo.Builder.getStatus()
Overall status of the operation being traced (OK, error, etc.).Service.TraceInfo.getStatus()
Overall status of the operation being traced (OK, error, etc.).Service.TraceInfoOrBuilder.getStatus()
Overall status of the operation being traced (OK, error, etc.).static Service.TraceStatus
Service.TraceStatus.valueOf
(int value) Deprecated.static Service.TraceStatus
Service.TraceStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.TraceStatus
Returns the enum constant of this class with the specified name.static Service.TraceStatus[]
Service.TraceStatus.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.TraceStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Service.TraceStatus> Service.TraceStatus.internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Service.TraceStatusModifier and TypeMethodDescriptionService.EndTrace.Builder.setStatus
(Service.TraceStatus value) Overall status of the operation being traced (OK, error, etc).Service.TraceInfo.Builder.setStatus
(Service.TraceStatus value) Overall status of the operation being traced (OK, error, etc.).