Uses of Class
org.mlflow.api.proto.Service.RunStatus
-
Packages that use Service.RunStatus Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects.org.mlflow.tracking MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs -- to create and log to MLflow runs, use theMlflowContext
interface. -
-
Uses of Service.RunStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.RunStatus Modifier and Type Method Description static Service.RunStatus
Service.RunStatus. forNumber(int value)
Service.RunStatus
Service.RunInfo.Builder. getStatus()
Current status of the run.Service.RunStatus
Service.RunInfo. getStatus()
Current status of the run.Service.RunStatus
Service.RunInfoOrBuilder. getStatus()
Current status of the run.Service.RunStatus
Service.UpdateRun.Builder. getStatus()
Updated status of the run.Service.RunStatus
Service.UpdateRun. getStatus()
Updated status of the run.Service.RunStatus
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 type with the specified name.static Service.RunStatus
Service.RunStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Service.RunStatus[]
Service.RunStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Service.RunStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Service.RunStatus>
Service.RunStatus. internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type Service.RunStatus Modifier and Type Method Description Service.RunInfo.Builder
Service.RunInfo.Builder. setStatus(Service.RunStatus value)
Current status of the run.Service.UpdateRun.Builder
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.RunStatus Modifier and Type Method Description void
ActiveRun. endRun(Service.RunStatus status)
Ends the active MLflow run.void
MlflowClient. setTerminated(java.lang.String runId, Service.RunStatus status)
Set the status of a run to be completed at the current time.void
MlflowClient. setTerminated(java.lang.String runId, Service.RunStatus status, long endTime)
Set the status of a run to be completed at the given endTime.
-