Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig

Configuration for logging request-response to a BigQuery table.

Inheritance
object
GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig : IDirectResponseSchema

Properties

BigqueryDestination

BigQuery table for logging. If only given a project, a new dataset will be created with name logging__ where will be made BigQuery-dataset-name compatible (e.g. most special characters will become underscores). If no table name is given, a new table will be created with name request_response_logging

Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudAiplatformV1beta1BigQueryDestination BigqueryDestination { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1BigQueryDestination

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableOtelLogging

This field is used for large models. If true, in addition to the original large model logs, logs will be converted in OTel schema format, and saved in otel_log column. Default value is false.

Declaration
[JsonProperty("enableOtelLogging")]
public virtual bool? EnableOtelLogging { get; set; }
Property Value
Type Description
bool?

Enabled

If logging is enabled or not.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

RequestResponseLoggingSchemaVersion

Output only. The schema version used in creating the BigQuery table for the request response logging. The versions are "v1" and "v2". The current default version is "v1".

Declaration
[JsonProperty("requestResponseLoggingSchemaVersion")]
public virtual string RequestResponseLoggingSchemaVersion { get; set; }
Property Value
Type Description
string

SamplingRate

Percentage of requests to be logged, expressed as a fraction in range(0,1].

Declaration
[JsonProperty("samplingRate")]
public virtual double? SamplingRate { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX