mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
38 lines
881 B
Text
38 lines
881 B
Text
|
|
NAME
|
||
|
|
gcloud compute tpus execution-groups - command group that helps create and
|
||
|
|
manage Cloud TPUs and Compute VMs
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud compute tpus execution-groups COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Command group that helps create and manage Cloud TPUs and Compute VMs.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
Create Google Compute TPUs along with VMs.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete TPU Node + VM created by execution group.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describe Google Compute TPU + VM combination.
|
||
|
|
|
||
|
|
list
|
||
|
|
List TPU Node+VM groups created by execution group.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha compute tpus execution-groups
|
||
|
|
|
||
|
|
$ gcloud beta compute tpus execution-groups
|
||
|
|
|