Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable

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

Inheritance
object
GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX