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

gcloud: Wed May 11 08:44:01 UTC 2022

This commit is contained in:
Automated 2022-05-11 08:44:01 +00:00
parent bf33ccb44b
commit 379049f21a
109 changed files with 2571 additions and 102 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
--emails=[EMAILS,...] --endpoint=ENDPOINT
--prediction-sampling-rate=PREDICTION_SAMPLING_RATE
[--analysis-instance-schema=ANALYSIS_INSTANCE_SCHEMA]
[--labels=[KEY=VALUE,...]] [--log-ttl=LOG_TTL]
[--[no-]anomaly-cloud-logging] [--labels=[KEY=VALUE,...]]
[--log-ttl=LOG_TTL]
[--monitoring-frequency=MONITORING_FREQUENCY; default=24]
[--predict-instance-schema=PREDICT_INSTANCE_SCHEMA] [--region=REGION]
[--sample-predict-request=SAMPLE_PREDICT_REQUEST]
@ -98,6 +99,11 @@ OPTIONAL FLAGS
single instance that you want Tensorflow Data Validation (TFDV) to
analyze.
--[no-]anomaly-cloud-logging
If true, anomaly will be sent to Cloud Logging. Use
--anomaly-cloud-logging to enable and --no-anomaly-cloud-logging to
disable.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.

View file

@ -5,8 +5,9 @@ NAME
SYNOPSIS
gcloud ai model-monitoring-jobs update (MONITORING_JOB : --region=REGION)
[--analysis-instance-schema=ANALYSIS_INSTANCE_SCHEMA]
[--display-name=DISPLAY_NAME] [--emails=[EMAILS,...]]
[--log-ttl=LOG_TTL] [--monitoring-frequency=MONITORING_FREQUENCY]
[--[no-]anomaly-cloud-logging] [--display-name=DISPLAY_NAME]
[--emails=[EMAILS,...]] [--log-ttl=LOG_TTL]
[--monitoring-frequency=MONITORING_FREQUENCY]
[--prediction-sampling-rate=PREDICTION_SAMPLING_RATE]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]]
@ -58,6 +59,11 @@ FLAGS
single instance that you want Tensorflow Data Validation (TFDV) to
analyze.
--[no-]anomaly-cloud-logging
If true, anomaly will be sent to Cloud Logging. Use
--anomaly-cloud-logging to enable and --no-anomaly-cloud-logging to
disable.
--display-name=DISPLAY_NAME
Display name of the model deployment monitoring job.