mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -84,6 +84,9 @@ REQUIRED FLAGS
|
|||
field in WorkerPoolSpec API message.
|
||||
executor-image-uri
|
||||
The URI of a container image that will run the provided package.
|
||||
output-image-uri
|
||||
The URI of a custom container image to be built for autopackaged
|
||||
custom jobs.
|
||||
python-module
|
||||
The Python module name to run within the provided package.
|
||||
local-package-path
|
||||
|
|
@ -135,7 +138,15 @@ REQUIRED FLAGS
|
|||
Example:
|
||||
--worker-pool-spec=machine-type=e2-standard-4,executor-image-uri=us-docker.pkg.dev/vertex-ai/training/tf-cpu.2-4:latest,python-module=trainer.task
|
||||
|
||||
local-package-path, executor-image-uri, python-module|script
|
||||
output-image-uri
|
||||
Specify this field to push the output custom container training
|
||||
image to a specific path in Container Registry or Artifact
|
||||
Registry for an autopackaged custom job.
|
||||
|
||||
Example:
|
||||
--worker-pool-spec=machine-type=e2-standard-4,executor-image-uri=us-docker.pkg.dev/vertex-ai/training/tf-cpu.2-4:latest,output-image-uri='eu.gcr.io/projectName/imageName',python-module=trainer.task
|
||||
|
||||
local-package-path, executor-image-uri, output-image-uri, python-module|script
|
||||
Specify these fields, optionally with requirements,
|
||||
extra-packages, or extra-dirs, to train using a pre-built
|
||||
container and Python code from a local path. In this case, the
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ SYNOPSIS
|
|||
[--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]
|
||||
[--version-aliases=[VERSION_ALIASES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--version-aliases=[VERSION_ALIASES,...]]
|
||||
[--version-description=VERSION_DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To upload a model under project example in region us-central1, run:
|
||||
|
|
@ -138,6 +139,9 @@ OPTIONAL FLAGS
|
|||
version ID. The aliases mentioned in the flag will replace the aliases
|
||||
set in the model.
|
||||
|
||||
--version-description=VERSION_DESCRIPTION
|
||||
Description of the model version.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue