public sealed class ModelDeploymentMonitoringBigQueryTable : IMessage<ModelDeploymentMonitoringBigQueryTable>, IEquatable<ModelDeploymentMonitoringBigQueryTable>, IDeepCloneable<ModelDeploymentMonitoringBigQueryTable>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ModelDeploymentMonitoringBigQueryTable.
ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name
as well as some information of the logs stored in this table.
The created BigQuery table to store logs. Customer could do their own query
& analysis. Format:
bq://<project_id>.model_deployment_monitoring_<endpoint_id>.<tolower(log_source)>_<tolower(log_type)>
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eModelDeploymentMonitoringBigQueryTable\u003c/code\u003e class, part of the Vertex AI v1beta1 API, is used to specify the name and information of a BigQuery table for storing model deployment monitoring logs.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for handling data and cloning capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigqueryTablePath\u003c/code\u003e property stores the path to the BigQuery table in the format \u003ccode\u003ebq://<project_id>.model_deployment_monitoring_<endpoint_id>.<tolower(log_source)>_<tolower(log_type)>\u003c/code\u003e, allowing users to query and analyze data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogSource\u003c/code\u003e and \u003ccode\u003eLogType\u003c/code\u003e properties define the source and type of the logs stored in the BigQuery table.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestResponseLoggingSchemaVersion\u003c/code\u003e represents the schema version of the request/response logging BigQuery table, with a default value of v1 if not set.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class ModelDeploymentMonitoringBigQueryTable (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelDeploymentMonitoringBigQueryTable)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.ModelDeploymentMonitoringBigQueryTable) \n\n public sealed class ModelDeploymentMonitoringBigQueryTable : IMessage\u003cModelDeploymentMonitoringBigQueryTable\u003e, IEquatable\u003cModelDeploymentMonitoringBigQueryTable\u003e, IDeepCloneable\u003cModelDeploymentMonitoringBigQueryTable\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class ModelDeploymentMonitoringBigQueryTable.\n\nModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name\nas well as some information of the logs stored in this table. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ModelDeploymentMonitoringBigQueryTable \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ModelDeploymentMonitoringBigQueryTable](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelDeploymentMonitoringBigQueryTable), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ModelDeploymentMonitoringBigQueryTable](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelDeploymentMonitoringBigQueryTable), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ModelDeploymentMonitoringBigQueryTable](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.ModelDeploymentMonitoringBigQueryTable), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### ModelDeploymentMonitoringBigQueryTable()\n\n public ModelDeploymentMonitoringBigQueryTable()\n\n### ModelDeploymentMonitoringBigQueryTable(ModelDeploymentMonitoringBigQueryTable)\n\n public ModelDeploymentMonitoringBigQueryTable(ModelDeploymentMonitoringBigQueryTable other)\n\nProperties\n----------\n\n### BigqueryTablePath\n\n public string BigqueryTablePath { get; set; }\n\nThe created BigQuery table to store logs. Customer could do their own query\n\\& analysis. Format:\n`bq://\u003cproject_id\u003e.model_deployment_monitoring_\u003cendpoint_id\u003e.\u003ctolower(log_source)\u003e_\u003ctolower(log_type)\u003e`\n\n### LogSource\n\n public ModelDeploymentMonitoringBigQueryTable.Types.LogSource LogSource { get; set; }\n\nThe source of log.\n\n### LogType\n\n public ModelDeploymentMonitoringBigQueryTable.Types.LogType LogType { get; set; }\n\nThe type of log.\n\n### RequestResponseLoggingSchemaVersion\n\n public string RequestResponseLoggingSchemaVersion { get; set; }\n\nOutput only. The schema version of the request/response logging BigQuery\ntable. Default to v1 if unset."]]