mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -11,6 +11,14 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Update an existing Vertex AI Tensorboard.
|
||||
|
||||
EXAMPLES
|
||||
To update a Tensorboard 12345, in region us-central1 and project
|
||||
my-project, with the display name updated display name:
|
||||
|
||||
$ gcloud alpha ai tensorboards update \
|
||||
projects/my-project/locations/us-central1/tensorboards/12345 \
|
||||
--display-name="updated display name"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Tensorboard resource - The tensorboard to update. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue