Contribute
mlflow.models.
Model
Bases: object
object
A servable MLflow model, which can support multiple model flavors.
add_flavor
Add an entry for how to serve the model in a given format.
load
Load a Servable from its YAML representation.
save
Write this Servable as a YAML file to a local file.
to_yaml