Uses of Enum Class
org.mlflow.api.proto.Service.TraceStatus
-
Uses of Service.TraceStatus in org.mlflow.api.proto
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Service.TraceStatus> Service.TraceStatus.internalGetValueMap()
Modifier 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.).