Show / Hide Table of Contents

Class GenAiFunctionCostOptimizationStats

Provides cost optimization statistics for a GenAi function call.

Inheritance
object
GenAiFunctionCostOptimizationStats
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 GenAiFunctionCostOptimizationStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Message

System generated message to provide insights into cost optimization state.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

NumCostOptimizedRows

Number of rows inferred via cost optimized workflow.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX