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.ModelVersionStatus
ModelRegistry.ModelVersionStatus. forNumber(int value)
ModelRegistry.ModelVersionStatus
ModelRegistry.ModelVersion.Builder. getStatus()
Current status of ``model_version``ModelRegistry.ModelVersionStatus
ModelRegistry.ModelVersion. getStatus()
Current status of ``model_version``ModelRegistry.ModelVersionStatus
ModelRegistry.ModelVersionOrBuilder. getStatus()
Current status of ``model_version``static ModelRegistry.ModelVersionStatus
ModelRegistry.ModelVersionStatus. valueOf(int value)
Deprecated.static ModelRegistry.ModelVersionStatus
ModelRegistry.ModelVersionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ModelRegistry.ModelVersionStatus
ModelRegistry.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.Builder
ModelRegistry.ModelVersion.Builder. setStatus(ModelRegistry.ModelVersionStatus value)
Current status of ``model_version``