mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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,19 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Delete an existing Vertex AI Tensorboard experiment.
|
||||
|
||||
EXAMPLES
|
||||
To delete a Tensorboard Experiment my-tensorboard-experiment in Tensorboard
|
||||
12345, region us-central1, and project my-project:
|
||||
|
||||
$ gcloud alpha ai tensorboard-experiments delete \
|
||||
projects/my-project/locations/us-central1/tensorboards/12345/\
|
||||
experiments/my-tensorboard-experiment
|
||||
|
||||
Or with flags:
|
||||
|
||||
$ gcloud alpha ai tensorboard-experiments delete \
|
||||
my-tensorboard-experiment --tensorboard-id=12345
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Tensorboard experiment resource - The Tensorboard experiment to delete.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue