1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 16 10:49:45 UTC 2023

This commit is contained in:
Automated 2023-08-16 10:49:45 +00:00
parent 19bfacfbed
commit 5f3d6bc974
165 changed files with 3881 additions and 596 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

@ -9,6 +9,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,...]]
@ -85,6 +86,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.