Class GenAiFunctionErrorStats
Provides error statistics for a GenAi function call.
Implements
Inherited Members
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? |