From 5feb51eef972e985b18c91ad0565cb6c58592a19 Mon Sep 17 00:00:00 2001 From: Kethan Goparapu Date: Wed, 20 May 2026 01:25:33 -0400 Subject: [PATCH] docs: add Model API reference --- docs/source/reference/bentoml/stores.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/reference/bentoml/stores.rst b/docs/source/reference/bentoml/stores.rst index dee49e54d79..382c3da2bb0 100644 --- a/docs/source/reference/bentoml/stores.rst +++ b/docs/source/reference/bentoml/stores.rst @@ -31,6 +31,11 @@ Load models Manage models ------------- +.. autoclass:: bentoml.Model + :members: tag, info, custom_objects, creation_time, path, path_of, file_size, save, from_path, import_from, export, to_runner, to_runnable, load_model, with_options + :inherited-members: + :show-inheritance: + .. autofunction:: bentoml.models.create .. autofunction:: bentoml.models.list .. autofunction:: bentoml.models.get