Skip to content

Commit 467b4eb

Browse files
authored
Model bundles v2 python API (#89)
* Add model bundles v2 API * add get list and clone routes too * use types and make docstrings more informative * fixes * fix status
1 parent d5a1a9a commit 467b4eb

File tree

4 files changed

+696
-53
lines changed

4 files changed

+696
-53
lines changed

docs/api/model_bundles.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# Model Bundles
22

3+
::: launch.model_bundle.CloudpickleArtifactFlavor
4+
5+
::: launch.model_bundle.CreateModelBundleV2Response
6+
7+
::: launch.model_bundle.CustomFramework
8+
9+
::: launch.model_bundle.ListModelBundlesV2Response
10+
311
::: launch.model_bundle.ModelBundle
12+
13+
::: launch.model_bundle.ModelBundleV2Response
14+
15+
::: launch.model_bundle.PytorchFramework
16+
17+
::: launch.model_bundle.RunnableImageFlavor
18+
19+
::: launch.model_bundle.TensorflowFramework
20+
21+
::: launch.model_bundle.ZipArtifactFlavor

0 commit comments

Comments
 (0)