Show / Hide Table of Contents

Class GenAiErrorStats

Provides error statistics for the query job across all AI function calls.

Inheritance
object
GenAiErrorStats
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.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class GenAiErrorStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Errors

A list of unique errors at query level (up to 5, truncated to 100 chars)

Declaration
[JsonProperty("errors")]
public virtual IList<string> Errors { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX