Uses of Enum Class
org.mlflow.api.proto.ModelRegistry.DeploymentJobConnection.State
Packages that use ModelRegistry.DeploymentJobConnection.State
-
Uses of ModelRegistry.DeploymentJobConnection.State in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return ModelRegistry.DeploymentJobConnection.StateModifier and TypeMethodDescriptionModelRegistry.DeploymentJobConnection.State.forNumber
(int value) ModelRegistry.RegisteredModel.Builder.getDeploymentJobState()
Deployment job state for this model.ModelRegistry.RegisteredModel.getDeploymentJobState()
Deployment job state for this model.ModelRegistry.RegisteredModelOrBuilder.getDeploymentJobState()
Deployment job state for this model.ModelRegistry.ModelVersionDeploymentJobState.Builder.getJobState()
optional .mlflow.DeploymentJobConnection.State job_state = 3;
ModelRegistry.ModelVersionDeploymentJobState.getJobState()
optional .mlflow.DeploymentJobConnection.State job_state = 3;
ModelRegistry.ModelVersionDeploymentJobStateOrBuilder.getJobState()
optional .mlflow.DeploymentJobConnection.State job_state = 3;
ModelRegistry.DeploymentJobConnection.State.valueOf
(int value) Deprecated.ModelRegistry.DeploymentJobConnection.State.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.ModelRegistry.DeploymentJobConnection.State.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 ModelRegistry.DeploymentJobConnection.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.DeploymentJobConnection.State>
ModelRegistry.DeploymentJobConnection.State.internalGetValueMap()
Methods in org.mlflow.api.proto with parameters of type ModelRegistry.DeploymentJobConnection.StateModifier and TypeMethodDescriptionModelRegistry.RegisteredModel.Builder.setDeploymentJobState
(ModelRegistry.DeploymentJobConnection.State value) Deployment job state for this model.ModelRegistry.ModelVersionDeploymentJobState.Builder.setJobState
(ModelRegistry.DeploymentJobConnection.State value) optional .mlflow.DeploymentJobConnection.State job_state = 3;