Class GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig
Configuration for logging request-response to a BigQuery table.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig : 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 GoogleCloudAiplatformV1BigQueryDestination BigqueryDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1BigQueryDestination |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
If logging is enabled or not.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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? |