mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud ai endpoints create --display-name=DISPLAY_NAME
|
||||
[--description=DESCRIPTION] [--endpoint-id=ENDPOINT_ID]
|
||||
[--labels=[KEY=VALUE,...]] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--labels=[KEY=VALUE,...]] [--network=NETWORK] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To create an endpoint under project example in region us-central1, run:
|
||||
|
|
@ -31,6 +32,10 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--network=NETWORK
|
||||
The full name of the Google Compute Engine network to which the
|
||||
endpoint should be peered.
|
||||
|
||||
Region resource - Cloud region to create endpoint. 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue