mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Nov 20 10:03:22 UTC 2024
This commit is contained in:
parent
a63704a3af
commit
ad2752c6c9
198 changed files with 7874 additions and 336 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[--enable-access-logging] [--machine-type=MACHINE_TYPE]
|
||||
[--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--min-replica-count=MIN_REPLICA_COUNT]
|
||||
[--psc-automation-configs=[network=NETWORK],[project-id=PROJECT-ID]]
|
||||
[--reserved-ip-ranges=[RESERVED_IP_RANGES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -113,6 +114,14 @@ OPTIONAL FLAGS
|
|||
Minimum number of machine replicas the deployed index will be always
|
||||
deployed on. If specified, the value must be equal to or larger than 1.
|
||||
|
||||
--psc-automation-configs=[network=NETWORK],[project-id=PROJECT-ID]
|
||||
A pair of project-id and network the PSC index will be deployed to. For
|
||||
example:
|
||||
--psc-automation-configs=project-id=my-project,network=my-network. For
|
||||
multiple networks, this flag can be repeated:
|
||||
--psc-automation-configs=project-id=my-project,network=my-network
|
||||
--psc-automation-configs=project-id=my-project2,network=my-network2
|
||||
|
||||
--reserved-ip-ranges=[RESERVED_IP_RANGES,...]
|
||||
List of reserved IP ranges deployed index will be deployed to.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
--deployed-index-id=DEPLOYED_INDEX_ID
|
||||
[--allowed-issuers=[ALLOWED_ISSUERS,...]] [--audiences=[AUDIENCES,...]]
|
||||
[--deployment-group=DEPLOYMENT_GROUP] [--enable-access-logging]
|
||||
[--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--machine-type=MACHINE_TYPE] [--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--min-replica-count=MIN_REPLICA_COUNT]
|
||||
[--reserved-ip-ranges=[RESERVED_IP_RANGES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -98,6 +98,11 @@ OPTIONAL FLAGS
|
|||
These logs are standard server access logs, containing information like
|
||||
timestamp and latency for each prediction request.
|
||||
|
||||
--machine-type=MACHINE_TYPE
|
||||
The machine resources to be used for each node of this deployment. For
|
||||
available machine types, see
|
||||
https://cloud.google.com/ai-platform-unified/docs/predictions/machine-types.
|
||||
|
||||
--max-replica-count=MAX_REPLICA_COUNT
|
||||
Maximum number of machine replicas the deployed index will be always
|
||||
deployed on.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue