Cloud AI Platform v1 API - Class ModelDeploymentMonitoringBigQueryTable (2.27.0)

public sealed class ModelDeploymentMonitoringBigQueryTable : IMessage<ModelDeploymentMonitoringBigQueryTable>, IEquatable<ModelDeploymentMonitoringBigQueryTable>, IDeepCloneable<ModelDeploymentMonitoringBigQueryTable>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelDeploymentMonitoringBigQueryTable.

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

Inheritance

object > ModelDeploymentMonitoringBigQueryTable

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ModelDeploymentMonitoringBigQueryTable()

public ModelDeploymentMonitoringBigQueryTable()

ModelDeploymentMonitoringBigQueryTable(ModelDeploymentMonitoringBigQueryTable)

public ModelDeploymentMonitoringBigQueryTable(ModelDeploymentMonitoringBigQueryTable other)
Parameter
NameDescription
otherModelDeploymentMonitoringBigQueryTable

Properties

BigqueryTablePath

public string BigqueryTablePath { get; set; }

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)>

Property Value
TypeDescription
string

LogSource

public ModelDeploymentMonitoringBigQueryTable.Types.LogSource LogSource { get; set; }

The source of log.

Property Value
TypeDescription
ModelDeploymentMonitoringBigQueryTableTypesLogSource

LogType

public ModelDeploymentMonitoringBigQueryTable.Types.LogType LogType { get; set; }

The type of log.

Property Value
TypeDescription
ModelDeploymentMonitoringBigQueryTableTypesLogType

RequestResponseLoggingSchemaVersion

public string RequestResponseLoggingSchemaVersion { get; set; }

Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.

Property Value
TypeDescription
string