Uses of Enum Class
org.mlflow.api.proto.Service.RunStatus
Packages that use 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
Methods in org.mlflow.api.proto that return Service.RunStatusModifier 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.Methods in org.mlflow.api.proto that return types with arguments of type Service.RunStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<Service.RunStatus> Service.RunStatus.internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Service.RunStatusModifier 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
Methods in org.mlflow.tracking with parameters of type Service.RunStatusModifier 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.