Uses of Enum Class
org.mlflow.api.proto.Jobs.JobStatus
Packages that use Jobs.JobStatus
-
Uses of Jobs.JobStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Jobs.JobStatusModifier and TypeMethodDescriptionstatic Jobs.JobStatusJobs.JobStatus.forNumber(int value) Jobs.JobState.Builder.getStatus()Current status of the job.Jobs.JobState.getStatus()Current status of the job.Jobs.JobStateOrBuilder.getStatus()Current status of the job.static Jobs.JobStatusJobs.JobStatus.valueOf(int value) Deprecated.static Jobs.JobStatusJobs.JobStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Jobs.JobStatusReturns the enum constant of this class with the specified name.static Jobs.JobStatus[]Jobs.JobStatus.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 Jobs.JobStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Jobs.JobStatus>Jobs.JobStatus.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Jobs.JobStatusModifier and TypeMethodDescriptionJobs.JobState.Builder.setStatus(Jobs.JobStatus value) Current status of the job.