mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
|
|
@ -13,7 +13,8 @@ SYNOPSIS
|
|||
[--explanation-metadata-file=EXPLANATION_METADATA_FILE]
|
||||
[--explanation-method=EXPLANATION_METHOD]
|
||||
[--explanation-path-count=EXPLANATION_PATH_COUNT]
|
||||
[--explanation-step-count=EXPLANATION_STEP_COUNT] [--model-id=MODEL_ID]
|
||||
[--explanation-step-count=EXPLANATION_STEP_COUNT]
|
||||
[--labels=[KEY=VALUE,...]] [--model-id=MODEL_ID]
|
||||
[--parent-model=PARENT_MODEL] [--region=REGION]
|
||||
[--smooth-grad-noise-sigma=SMOOTH_GRAD_NOISE_SIGMA]
|
||||
[--smooth-grad-noise-sigma-by-feature=[KEY=VALUE,...]]
|
||||
|
|
@ -82,6 +83,15 @@ OPTIONAL FLAGS
|
|||
--explanation-step-count=EXPLANATION_STEP_COUNT
|
||||
Number of steps to approximate the path integral for explanation.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
Labels with user-defined metadata to organize your Models.
|
||||
|
||||
Label keys and values can be no longer than 64 characters (Unicode
|
||||
codepoints), can only contain lowercase letters, numeric characters,
|
||||
underscores and dashes. International characters are allowed.
|
||||
|
||||
See https://goo.gl/xmQnxf for more information and examples of labels.
|
||||
|
||||
--model-id=MODEL_ID
|
||||
ID to use for the uploaded Model, which will become the final component
|
||||
of the model resource name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue