Class GenAiFunctionCacheStats
Provides cache statistics for a GenAi function call.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class GenAiFunctionCacheStats : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumCacheHitRows
Number of rows served from cache.
Declaration
[JsonProperty("numCacheHitRows")]
public virtual long? NumCacheHitRows { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |