mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
40 lines
978 B
Text
40 lines
978 B
Text
NAME
|
|
gcloud beta ai tensorboard-runs - manage Vertex AI Tensorboard runs
|
|
|
|
SYNOPSIS
|
|
gcloud beta ai tensorboard-runs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Vertex AI Tensorboard runs.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a new Vertex AI Tensorboard run.
|
|
|
|
delete
|
|
(BETA) Delete an existing Vertex AI Tensorboard run.
|
|
|
|
describe
|
|
(BETA) Get detailed Tensorboard run information about the given
|
|
Tensorboard run id.
|
|
|
|
list
|
|
(BETA) List the Tensorboard runs of the given project, region, and
|
|
Tensorboard experiment.
|
|
|
|
update
|
|
(BETA) Update an existing Vertex AI Tensorboard run.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha ai tensorboard-runs
|
|
|