|
|
|
@ -27,6 +27,24 @@ option java_package = "com.google.cloud.aiplatform.v1beta1"; |
|
|
|
|
option php_namespace = "Google\\Cloud\\AIPlatform\\V1beta1"; |
|
|
|
|
option ruby_package = "Google::Cloud::AIPlatform::V1beta1"; |
|
|
|
|
|
|
|
|
|
// Next ID: 5 |
|
|
|
|
message ModelMonitoringConfig { |
|
|
|
|
// Model monitoring objective config. |
|
|
|
|
repeated ModelMonitoringObjectiveConfig objective_configs = 3; |
|
|
|
|
|
|
|
|
|
// Model monitoring alert config. |
|
|
|
|
ModelMonitoringAlertConfig alert_config = 2; |
|
|
|
|
|
|
|
|
|
// YAML schema file uri in Cloud Storage describing the format of a single |
|
|
|
|
// instance that you want Tensorflow Data Validation (TFDV) to analyze. |
|
|
|
|
// |
|
|
|
|
// If there are any data type differences between predict instance and TFDV |
|
|
|
|
// instance, this field can be used to override the schema. |
|
|
|
|
// For models trained with Vertex AI, this field must be set as all the |
|
|
|
|
// fields in predict instance formatted as string. |
|
|
|
|
string analysis_instance_schema_uri = 4; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Next ID: 8 |
|
|
|
|
message ModelMonitoringObjectiveConfig { |
|
|
|
|
// Training Dataset information. |
|
|
|
|