mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -11,7 +11,9 @@ SYNOPSIS
|
|||
[--enable-access-logging] [--machine-type=MACHINE_TYPE]
|
||||
[--max-replica-count=MAX_REPLICA_COUNT]
|
||||
[--min-replica-count=MIN_REPLICA_COUNT]
|
||||
[--service-account=SERVICE_ACCOUNT]
|
||||
[--reservation-affinity=[key=KEY],
|
||||
[reservation-affinity-type=RESERVATION-AFFINITY-TYPE],
|
||||
[values=VALUES]] [--service-account=SERVICE_ACCOUNT] [--spot]
|
||||
[--traffic-split=[DEPLOYED_MODEL_ID=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
|
|
@ -129,12 +131,23 @@ OPTIONAL FLAGS
|
|||
If not specified and the uploaded models use dedicated resources, the
|
||||
default value is 1.
|
||||
|
||||
--reservation-affinity=[key=KEY],[reservation-affinity-type=RESERVATION-AFFINITY-TYPE],[values=VALUES]
|
||||
A ReservationAffinity can be used to configure a Vertex AI resource
|
||||
(e.g., a DeployedModel) to draw its Compute Engine resources from a
|
||||
Shared Reservation, or exclusively from on-demand capacity.
|
||||
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
Service account that the deployed model's container runs as. Specify
|
||||
the email address of the service account. If this service account is
|
||||
not specified, the container runs as a service account that doesn't
|
||||
have access to the resource project.
|
||||
|
||||
--spot
|
||||
If true, online prediction access logs are sent to Cloud Logging.
|
||||
|
||||
These logs are standard server access logs, containing information like
|
||||
timestamp and latency for each prediction request.
|
||||
|
||||
--traffic-split=[DEPLOYED_MODEL_ID=VALUE,...]
|
||||
List of pairs of deployed model id and value to set as traffic split.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue