mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 1 11:38:52 UTC 2023
This commit is contained in:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
|
|
@ -5,9 +5,9 @@ SYNOPSIS
|
|||
gcloud ai hp-tuning-jobs create --config=CONFIG --display-name=DISPLAY_NAME
|
||||
[--algorithm=ALGORITHM] [--enable-dashboard-access]
|
||||
[--enable-web-access] [--labels=[KEY=VALUE,...]]
|
||||
[--max-trial-count=MAX_TRIAL_COUNT; default=1] [--network=NETWORK]
|
||||
[--parallel-trial-count=PARALLEL_TRIAL_COUNT; default=1]
|
||||
[--region=REGION] [--service-account=SERVICE_ACCOUNT]
|
||||
[--max-trial-count=MAX_TRIAL_COUNT] [--network=NETWORK]
|
||||
[--parallel-trial-count=PARALLEL_TRIAL_COUNT] [--region=REGION]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -81,7 +81,7 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--max-trial-count=MAX_TRIAL_COUNT; default=1
|
||||
--max-trial-count=MAX_TRIAL_COUNT
|
||||
Desired total number of trials. The default value is 1.
|
||||
|
||||
--network=NETWORK
|
||||
|
|
@ -89,7 +89,7 @@ OPTIONAL FLAGS
|
|||
peered with. Private services access must already have been configured.
|
||||
If unspecified, the Job is not peered with any network.
|
||||
|
||||
--parallel-trial-count=PARALLEL_TRIAL_COUNT; default=1
|
||||
--parallel-trial-count=PARALLEL_TRIAL_COUNT
|
||||
Desired number of Trials to run in parallel. The default value is 1.
|
||||
|
||||
Region resource - Cloud region to create a hyperparameter tuning job. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue