mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -3,10 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta colab runtimes assign --display-name=DISPLAY_NAME
|
||||
--region=REGION --runtime-template=RUNTIME_TEMPLATE [--async]
|
||||
--runtime-template=RUNTIME_TEMPLATE [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--runtime-id=RUNTIME_ID] [--runtime-user=RUNTIME_USER]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--region=REGION] [--runtime-id=RUNTIME_ID]
|
||||
[--runtime-user=RUNTIME_USER] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Assign a notebook runtime to run code from your notebook (IPYNB
|
||||
|
|
@ -29,25 +29,6 @@ REQUIRED FLAGS
|
|||
--display-name=DISPLAY_NAME
|
||||
The display name of the runtime to assign.
|
||||
|
||||
Region resource - Cloud region to assign runtime. Please see
|
||||
https://cloud.google.com/colab/docs/locations for a list of supported
|
||||
regions. This represents a Cloud resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
Runtime template resource - Unique name of the runtime template to
|
||||
configure the runtime with. This was optionally provided by setting
|
||||
--runtime-template-id in the create runtime-template command, or was
|
||||
|
|
@ -64,7 +45,8 @@ REQUIRED FLAGS
|
|||
To set the region attribute:
|
||||
◆ provide the argument --runtime-template on the command line with a
|
||||
fully specified name;
|
||||
◆ provide the argument --region on the command line.
|
||||
◆ provide the argument --region on the command line;
|
||||
◆ set the property colab/region.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -86,6 +68,25 @@ OPTIONAL FLAGS
|
|||
--labels=[KEY=VALUE,...]
|
||||
Add labels to identify and group the runtime template.
|
||||
|
||||
Region resource - Cloud region to assign runtime. Please see
|
||||
https://cloud.google.com/colab/docs/locations for a list of supported
|
||||
regions. This represents a Cloud resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property colab/region with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
--runtime-id=RUNTIME_ID
|
||||
The id of the runtime to assign. If not specified, a random id will be
|
||||
generated.
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the region attribute:
|
||||
▸ provide the argument runtime on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the region attribute:
|
||||
▸ provide the argument runtime on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud beta colab runtimes list - list your project's runtimes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta colab runtimes list --region=REGION [--filter=EXPRESSION]
|
||||
gcloud beta colab runtimes list [--region=REGION] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta colab runtimes list --region=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
FLAGS
|
||||
Region resource - Cloud region for which to list all runtimes. Please see
|
||||
https://cloud.google.com/colab/docs/locations for a list of supported
|
||||
regions. This represents a Cloud resource. (NOTE) Some attributes are not
|
||||
|
|
@ -24,16 +24,16 @@ REQUIRED FLAGS
|
|||
To set the project attribute:
|
||||
◆ provide the argument --region on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property colab/region with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--region=REGION
|
||||
ID of the region or fully qualified identifier for the region.
|
||||
|
||||
To set the region attribute:
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the region attribute:
|
||||
▸ provide the argument runtime on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -43,7 +43,8 @@ POSITIONAL ARGUMENTS
|
|||
To set the region attribute:
|
||||
▸ provide the argument runtime on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
▸ provide the argument --region on the command line;
|
||||
▸ set the property colab/region.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue