mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
41 lines
1 KiB
Text
41 lines
1 KiB
Text
NAME
|
|
gcloud beta ai tensorboard-experiments - manage Vertex AI Tensorboard
|
|
experiments
|
|
|
|
SYNOPSIS
|
|
gcloud beta ai tensorboard-experiments COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Manage Vertex AI Tensorboard experiments.
|
|
|
|
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 experiment.
|
|
|
|
delete
|
|
(BETA) Delete an existing Vertex AI Tensorboard experiment.
|
|
|
|
describe
|
|
(BETA) Get detailed Tensorboard experiment information about the given
|
|
Tensorboard experiment id.
|
|
|
|
list
|
|
(BETA) List the Tensorboard experiments of the given project, region,
|
|
and Tensorboard.
|
|
|
|
update
|
|
(BETA) Update an existing Vertex AI Tensorboard experiment.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha ai tensorboard-experiments
|
|
|