mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Oct 15 10:52:53 UTC 2025
This commit is contained in:
parent
6f9bb9a0f0
commit
154ebc873d
299 changed files with 7497 additions and 3961 deletions
|
|
@ -6,8 +6,9 @@ SYNOPSIS
|
|||
gcloud container ai profiles benchmarks list --model=MODEL
|
||||
--model-server=MODEL_SERVER [--format=FORMAT]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--model-server-version=MODEL_SERVER_VERSION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[--model-server-version=MODEL_SERVER_VERSION]
|
||||
[--pricing-model=PRICING_MODEL] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,6 +39,10 @@ FLAGS
|
|||
The model server version. Default is latest. Other options include the
|
||||
model server version of a profile, all which returns all versions.
|
||||
|
||||
--pricing-model=PRICING_MODEL
|
||||
The pricing model to use to calculate token cost. Currently, this
|
||||
supports on-demand, spot, 3-years-cud, 1-year-cud
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue