Class ModelDeploymentMonitoringBigQueryTable (1.7.1)

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

ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.

Attributes

NameDescription
log_source google.cloud.aiplatform_v1.types.ModelDeploymentMonitoringBigQueryTable.LogSource
The source of log.
log_type google.cloud.aiplatform_v1.types.ModelDeploymentMonitoringBigQueryTable.LogType
The type of log.
bigquery_table_path str
The created BigQuery table to store logs. Customer could do their own query & analysis. Format: ``bq://

Inheritance

builtins.object > proto.message.Message > ModelDeploymentMonitoringBigQueryTable

Classes

LogSource

LogSource(value)

Indicates where does the log come from.

LogType

LogType(value)

Indicates what type of traffic does the log belong to.