Show / Hide Table of Contents

Class GenAiFunctionErrorStats

Provides error statistics for a GenAi function call.

Inheritance
object
GenAiFunctionErrorStats
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 GenAiFunctionErrorStats : 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 function level (up to 5, truncated to 100 chars).

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

NumFailedRows

Number of failed rows processed by the function

Declaration
[JsonProperty("numFailedRows")]
public virtual long? NumFailedRows { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX