mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -13,6 +13,23 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Update an existing Vertex AI Tensorboard run.
|
||||
|
||||
EXAMPLES
|
||||
To update Tensorboard Time Run my-tensorboard-run in Tensorboard 12345,
|
||||
Tensorboard Experiment my-tensorboard-experiment, with the display name
|
||||
updated display name:
|
||||
|
||||
$ gcloud alpha ai tensorboard-runs update \
|
||||
projects/my-project/locations/us-central1/tensorboards/12345/\
|
||||
experiments/my-tensorboard-experiment/runs/my-tensorboard-run \
|
||||
--display-name="updated display name"
|
||||
|
||||
Or with flags:
|
||||
|
||||
$ gcloud alpha ai tensorboard-runs update my-tensorboard-run \
|
||||
--tensorboard-id=12345 \
|
||||
--tensorboard-experiment-id=my-tensorboard-experiment \
|
||||
--display-name="updated display name"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Tensorboard run resource - The Tensorboard run to update. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue