1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--[no-]anomaly-cloud-logging] [--labels=[KEY=VALUE,...]]
[--log-ttl=LOG_TTL]
[--monitoring-frequency=MONITORING_FREQUENCY; default=24]
[--notification-channels=[NOTIFICATION_CHANNELS,...]]
[--predict-instance-schema=PREDICT_INSTANCE_SCHEMA] [--region=REGION]
[--sample-predict-request=SAMPLE_PREDICT_REQUEST]
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
@ -119,6 +120,10 @@ OPTIONAL FLAGS
--monitoring-frequency=MONITORING_FREQUENCY; default=24
Monitoring frequency, unit is 1 hour.
--notification-channels=[NOTIFICATION_CHANNELS,...]
Comma-separated notification channel list. e.g.
--notification-channels=projects/fake-project/notificationChannels/123,projects/fake-project/notificationChannels/456
--predict-instance-schema=PREDICT_INSTANCE_SCHEMA
YAML schema file uri(Google Cloud Storage) describing the format of a
single instance, which are given to format this Endpoint's prediction.

View file

@ -8,6 +8,7 @@ SYNOPSIS
[--[no-]anomaly-cloud-logging] [--display-name=DISPLAY_NAME]
[--emails=[EMAILS,...]] [--log-ttl=LOG_TTL]
[--monitoring-frequency=MONITORING_FREQUENCY]
[--notification-channels=[NOTIFICATION_CHANNELS,...]]
[--prediction-sampling-rate=PREDICTION_SAMPLING_RATE]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
@ -84,6 +85,10 @@ FLAGS
--monitoring-frequency=MONITORING_FREQUENCY
Monitoring frequency, unit is 1 hour.
--notification-channels=[NOTIFICATION_CHANNELS,...]
Comma-separated notification channel list. e.g.
--notification-channels=projects/fake-project/notificationChannels/123,projects/fake-project/notificationChannels/456
--prediction-sampling-rate=PREDICTION_SAMPLING_RATE
Prediction sampling rate.