Class ModelMonitoringConfig (1.16.1)

ModelMonitoringConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Next ID: 5

Attributes

NameDescription
objective_configs Sequence[google.cloud.aiplatform_v1beta1.types.ModelMonitoringObjectiveConfig]
Model monitoring objective config.
alert_config google.cloud.aiplatform_v1beta1.types.ModelMonitoringAlertConfig
Model monitoring alert config.
analysis_instance_schema_uri str
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.

Inheritance

builtins.object > proto.message.Message > ModelMonitoringConfig