Uses of Enum Class
org.mlflow.api.proto.Service.RunStatus
Package
Description
Autogenerated MLflow Tracking API entity objects.
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext
interface.-
Uses of Service.RunStatus in org.mlflow.api.proto
Modifier and TypeMethodDescriptionstatic Service.RunStatus
Service.RunStatus.forNumber
(int value) Service.RunInfo.Builder.getStatus()
Current status of the run.Service.RunInfo.getStatus()
Current status of the run.Service.RunInfoOrBuilder.getStatus()
Current status of the run.Service.UpdateRun.Builder.getStatus()
Updated status of the run.Service.UpdateRun.getStatus()
Updated status of the run.Service.UpdateRunOrBuilder.getStatus()
Updated status of the run.static Service.RunStatus
Service.RunStatus.valueOf
(int value) Deprecated.static Service.RunStatus
Service.RunStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Service.RunStatus
Returns the enum constant of this class with the specified name.static Service.RunStatus[]
Service.RunStatus.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.RunStatus> Service.RunStatus.internalGetValueMap()
Modifier and TypeMethodDescriptionService.RunInfo.Builder.setStatus
(Service.RunStatus value) Current status of the run.Service.UpdateRun.Builder.setStatus
(Service.RunStatus value) Updated status of the run. -
Uses of Service.RunStatus in org.mlflow.tracking
Modifier and TypeMethodDescriptionvoid
ActiveRun.endRun
(Service.RunStatus status) Ends the active MLflow run.void
MlflowClient.setTerminated
(String runId, Service.RunStatus status) Set the status of a run to be completed at the current time.void
MlflowClient.setTerminated
(String runId, Service.RunStatus status, long endTime) Set the status of a run to be completed at the given endTime.