Uses of Class
org.mlflow.api.proto.Jobs.JobStatus
-
Packages that use Jobs.JobStatus Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Jobs.JobStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Jobs.JobStatus Modifier and Type Method Description static Jobs.JobStatusJobs.JobStatus. forNumber(int value)Jobs.JobStatusJobs.JobState.Builder. getStatus()Current status of the job.Jobs.JobStatusJobs.JobState. getStatus()Current status of the job.Jobs.JobStatusJobs.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 type with the specified name.static Jobs.JobStatusJobs.JobStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Jobs.JobStatus[]Jobs.JobStatus. 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 Jobs.JobStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Jobs.JobStatus>Jobs.JobStatus. internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type Jobs.JobStatus Modifier and Type Method Description Jobs.JobState.BuilderJobs.JobState.Builder. setStatus(Jobs.JobStatus value)Current status of the job.
-