mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha ai tensorboard-time-series - manage Vertex AI Tensorboard time
|
|
series
|
|
|
|
SYNOPSIS
|
|
gcloud alpha ai tensorboard-time-series COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Vertex AI Tensorboard time series.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new Vertex AI Tensorboard time series.
|
|
|
|
delete
|
|
(ALPHA) Delete an existing Vertex AI Tensorboard time series.
|
|
|
|
describe
|
|
(ALPHA) Get detailed Tensorboard time series information about the
|
|
given Tensorboard time series id.
|
|
|
|
list
|
|
(ALPHA) List the Tensorboard time series of the given project, region,
|
|
and Tensorboard run.
|
|
|
|
read
|
|
(ALPHA) Read the Tensorboard time series data from the given
|
|
Tensorboard time series id.
|
|
|
|
update
|
|
(ALPHA) Update an existing Vertex AI Tensorboard time series.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud beta ai tensorboard-time-series
|
|
|