mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -18,7 +18,7 @@ EXAMPLES
|
|||
'version' and with the name 'model-name', run:
|
||||
|
||||
$ gcloud alpha ml-engine explain explain --model=model-name \
|
||||
--version=version --json-instances=instances.json
|
||||
--version=version --json-instances=instances.json
|
||||
|
||||
REQUIRED FLAGS
|
||||
--model=MODEL
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ EXAMPLES
|
|||
To delete all models matching the regular expression vision[0-9]+, run:
|
||||
|
||||
$ gcloud alpha ml-engine models list --uri \
|
||||
--filter 'name ~ vision[0-9]+' |
|
||||
xargs -n 1 gcloud alpha ml-engine models delete
|
||||
--filter 'name ~ vision[0-9]+' | xargs -n 1 gcloud alpha \
|
||||
ml-engine models delete
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
MODEL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue