mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 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] [--region=REGION]
|
||||
[--explanation-step-count=EXPLANATION_STEP_COUNT] [--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,...]]
|
||||
[--smooth-grad-noisy-sample-count=SMOOTH_GRAD_NOISY_SAMPLE_COUNT]
|
||||
|
|
@ -81,6 +82,14 @@ OPTIONAL FLAGS
|
|||
--explanation-step-count=EXPLANATION_STEP_COUNT
|
||||
Number of steps to approximate the path integral for explanation.
|
||||
|
||||
--model-id=MODEL_ID
|
||||
ID to use for the uploaded Model, which will become the final component
|
||||
of the model resource name.
|
||||
|
||||
--parent-model=PARENT_MODEL
|
||||
Resource name of the model into which to upload the version. Only
|
||||
specify this field when uploading a new version.
|
||||
|
||||
Region resource - Cloud region to upload model. This represents a Cloud
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways. To set the project attribute:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue