Class GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable
ModelDeploymentMonitoringBigQueryTable specifies the BigQuery table name as well as some information of the logs stored in this table.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelDeploymentMonitoringBigQueryTable : IDirectResponseSchema
Properties
BigqueryTablePath
The created BigQuery table to store logs. Customer could do their own query & analysis. Format:
bq://.model_deployment_monitoring_._
Declaration
[JsonProperty("bigqueryTablePath")]
public virtual string BigqueryTablePath { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogSource
The source of log.
Declaration
[JsonProperty("logSource")]
public virtual string LogSource { get; set; }
Property Value
Type | Description |
---|---|
string |
LogType
The type of log.
Declaration
[JsonProperty("logType")]
public virtual string LogType { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestResponseLoggingSchemaVersion
Output only. The schema version of the request/response logging BigQuery table. Default to v1 if unset.
Declaration
[JsonProperty("requestResponseLoggingSchemaVersion")]
public virtual string RequestResponseLoggingSchemaVersion { get; set; }
Property Value
Type | Description |
---|---|
string |