Content-Length: 283092 | pFad | http://github.com/googleapis/python-aiplatform/commit/c0d168514916f470e4abbfc442ad2033b3556938
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f98f4e commit c0d1685Copy full SHA for c0d1685
vertexai/model_garden/_model_garden.py
@@ -257,7 +257,17 @@ class _ModelGardenClientWithOverride(utils.ClientWithOverride):
257
258
259
class OpenModel:
260
- """Represents a Model Garden Open model."""
+ """Represents a Model Garden Open model.
261
+
262
+ Attributes:
263
+ model_name: Model Garden model resource name in the format of
264
+ `publishers/{publisher}/models/{model}@{version}`, or a
265
+ simplified resource name in the format of
266
+ `{publisher}/{model}@{version}`, or a Hugging Face model ID in
267
+ the format of `{organization}/{model}`.
268
+ """
269
270
+ __module__ = "vertexai.preview.model_garden"
271
272
def __init__(
273
self,
Fetched URL: http://github.com/googleapis/python-aiplatform/commit/c0d168514916f470e4abbfc442ad2033b3556938
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments