1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -14,7 +14,7 @@ SYNOPSIS
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Creates a notebook execution to be used on a Colab Enterprise
(BETA) Create a notebook execution to be used on a Colab Enterprise
runtime.
EXAMPLES
@ -182,5 +182,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab executions create

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Deletes a Colab Enterprise notebook execution.
(BETA) Delete a Colab Enterprise notebook execution.
EXAMPLES
To delete an execution with id my-execution, in region us-central1, run:
@ -61,5 +61,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab executions delete

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Describes a Colab Enterprise notebook execution.
(BETA) Describe a Colab Enterprise notebook execution.
EXAMPLES
To describe a notebook execution with id my-execution in region
@ -57,5 +57,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab executions describe

View file

@ -30,5 +30,8 @@ COMMANDS
(BETA) List your Colab Enterprise notebook execution jobs.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab executions

View file

@ -8,7 +8,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Lists your project's Colab Enterprise notebook executions in a given
(BETA) List your project's Colab Enterprise notebook executions in a given
region.
EXAMPLES
@ -76,5 +76,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab executions list

View file

@ -28,5 +28,8 @@ GROUPS
(BETA) Manage Colab Enterprise notebook execution schedules.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab

View file

@ -8,7 +8,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Adds an IAM policy binding to a Colab Enterprise runtime template.
(BETA) Add an IAM policy binding to a Colab Enterprise runtime template.
EXAMPLES
To set someone@example.com to have the roles/aiplatform.notebookRuntimeUser
@ -85,5 +85,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates add-iam-policy-binding

View file

@ -17,7 +17,7 @@ SYNOPSIS
: --subnetwork-region=SUBNETWORK_REGION]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Creates a Colab Enterprise runtime template, a VM configuration for
(BETA) Create a Colab Enterprise runtime template, a VM configuration for
your notebook runtimes.
EXAMPLES
@ -222,5 +222,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates create

View file

@ -6,7 +6,7 @@ SYNOPSIS
(RUNTIME_TEMPLATE : --region=REGION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Deletes a Colab Enterprise notebook runtime template.
(BETA) Delete a Colab Enterprise notebook runtime template.
EXAMPLES
To delete a runtime template with id 'my-runtime-template' in region
@ -64,5 +64,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates delete

View file

@ -6,7 +6,7 @@ SYNOPSIS
(RUNTIME_TEMPLATE : --region=REGION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Describes a Colab Enterprise notebook runtime template.
(BETA) Describe a Colab Enterprise notebook runtime template.
EXAMPLES
To describe a runtime template with id 'my-runtime-template' in region
@ -59,5 +59,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates describe

View file

@ -9,7 +9,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Gets the IAM policy for a Colab Enterprise runtime template.
(BETA) Get the IAM policy for a Colab Enterprise runtime template.
EXAMPLES
To get the IAM policy for a runtime template with id my-runtime-template in
@ -90,5 +90,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates get-iam-policy

View file

@ -45,5 +45,8 @@ COMMANDS
defined in a JSON or YAML file.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates

View file

@ -7,8 +7,8 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Lists your project's Colab Enterprise notebook runtime templates in
a given region.
(BETA) List your project's Colab Enterprise notebook runtime templates in a
given region.
EXAMPLES
To list your runtime templates in region 'us-central1', run:
@ -77,5 +77,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates list

View file

@ -8,7 +8,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Removes an IAM policy binding from a Colab Enterprise runtime
(BETA) Remove an IAM policy binding from a Colab Enterprise runtime
template.
EXAMPLES
@ -87,5 +87,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates remove-iam-policy-binding

View file

@ -7,7 +7,7 @@ SYNOPSIS
(RUNTIME_TEMPLATE : --region=REGION) POLICY_FILE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Sets the IAM policy for a Colab Enterprise runtime template as
(BETA) Set the IAM policy for a Colab Enterprise runtime template as
defined in a JSON or YAML file.
See https://cloud.google.com/iam/docs/managing-policies for details of the
@ -71,5 +71,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtime-templates set-iam-policy

View file

@ -105,5 +105,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes create

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Deletes a Colab Enterprise notebook runtime.
(BETA) Delete a Colab Enterprise notebook runtime.
EXAMPLES
To delete a runtime with id 'my-runtime' in region 'us-central1', run:
@ -60,5 +60,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes delete

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Describes a Colab Enterprise notebook runtime.
(BETA) Describe a Colab Enterprise notebook runtime.
EXAMPLES
To describe a runtime with id 'my-runtime' in region 'us-central1', run:
@ -55,5 +55,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes describe

View file

@ -38,5 +38,8 @@ COMMANDS
(BETA) Upgrade a runtime.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes

View file

@ -7,7 +7,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Lists your project's Colab Enterprise notebook runtimes in a given
(BETA) List your project's Colab Enterprise notebook runtimes in a given
region.
EXAMPLES
@ -76,5 +76,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes list

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Starts a stopped Colab Enterprise notebook runtime.
(BETA) Start a stopped Colab Enterprise notebook runtime.
EXAMPLES
To start a runtime with id 'my-runtime' in region 'us-central1', run:
@ -60,5 +60,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes start

View file

@ -6,7 +6,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Upgrades a Colab Enterprise notebook runtime.
(BETA) Upgrade a Colab Enterprise notebook runtime.
EXAMPLES
To upgrade a runtime with id 'my-runtime' in region 'us-central1', run:
@ -60,5 +60,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab runtimes upgrade

View file

@ -241,5 +241,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules create

View file

@ -59,5 +59,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules delete

View file

@ -55,5 +55,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules describe

View file

@ -39,5 +39,8 @@ COMMANDS
(BETA) Update a schedule.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules

View file

@ -76,5 +76,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules list

View file

@ -54,5 +54,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules pause

View file

@ -61,5 +61,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules resume

View file

@ -106,5 +106,8 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice.
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud colab schedules update