mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
Model Garden
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha ai model-garden models list
|
||||
[--list-supported-hugging-face-models] [--model-filter=MODEL_FILTER]
|
||||
gcloud alpha ai model-garden models list [--can-deploy-hugging-face-models]
|
||||
[--full-resource-name] [--model-filter=MODEL_FILTER]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT; default=1000]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -19,8 +19,11 @@ DESCRIPTION
|
|||
--limit=unlimited.
|
||||
|
||||
FLAGS
|
||||
--list-supported-hugging-face-models
|
||||
Whether to only list supported Hugging Face models.
|
||||
--can-deploy-hugging-face-models
|
||||
Whether to only list Hugging Face models that can be deployed.
|
||||
|
||||
--full-resource-name
|
||||
Whether to return the full resource name of the model.
|
||||
|
||||
--model-filter=MODEL_FILTER
|
||||
Filter to apply to the model names or the display names of the list of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue