Uses of Class
org.mlflow.api.proto.ModelRegistry.ModelVersionStatus
| Package | Description |
|---|---|
| org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
-
Uses of ModelRegistry.ModelVersionStatus in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return ModelRegistry.ModelVersionStatus Modifier and Type Method Description static ModelRegistry.ModelVersionStatusModelRegistry.ModelVersionStatus. forNumber(int value)ModelRegistry.ModelVersionStatusModelRegistry.ModelVersion.Builder. getStatus()Current status of ``model_version``ModelRegistry.ModelVersionStatusModelRegistry.ModelVersion. getStatus()Current status of ``model_version``ModelRegistry.ModelVersionStatusModelRegistry.ModelVersionOrBuilder. getStatus()Current status of ``model_version``static ModelRegistry.ModelVersionStatusModelRegistry.ModelVersionStatus. valueOf(int value)Deprecated.static ModelRegistry.ModelVersionStatusModelRegistry.ModelVersionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ModelRegistry.ModelVersionStatusModelRegistry.ModelVersionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelRegistry.ModelVersionStatus[]ModelRegistry.ModelVersionStatus. 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 ModelRegistry.ModelVersionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ModelRegistry.ModelVersionStatus>ModelRegistry.ModelVersionStatus. internalGetValueMap()Methods in org.mlflow.api.proto with parameters of type ModelRegistry.ModelVersionStatus Modifier and Type Method Description ModelRegistry.ModelVersion.BuilderModelRegistry.ModelVersion.Builder. setStatus(ModelRegistry.ModelVersionStatus value)Current status of ``model_version``