Uses of Enum Class
org.mlflow.api.proto.ModelRegistry.ModelVersionStatus
Packages that use ModelRegistry.ModelVersionStatus
-
Uses of ModelRegistry.ModelVersionStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return ModelRegistry.ModelVersionStatusModifier and TypeMethodDescriptionModelRegistry.ModelVersionStatus.forNumber(int value) ModelRegistry.ModelVersion.Builder.getStatus()Current status of ``model_version``ModelRegistry.ModelVersion.getStatus()Current status of ``model_version``ModelRegistry.ModelVersionOrBuilder.getStatus()Current status of ``model_version``ModelRegistry.ModelVersionStatus.valueOf(int value) Deprecated.ModelRegistry.ModelVersionStatus.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.static ModelRegistry.ModelVersionStatus[]ModelRegistry.ModelVersionStatus.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.ModelVersionStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.ModelVersionStatus>ModelRegistry.ModelVersionStatus.internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type ModelRegistry.ModelVersionStatusModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.setStatus(ModelRegistry.ModelVersionStatus value) Current status of ``model_version``