| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
GenAiFunctionStats |
GenAiFunctionStats.clone() |
GenAiFunctionStats |
GenAiFunctionStats.set(String fieldName,
Object value) |
GenAiFunctionStats |
GenAiFunctionStats.setCostOptimizationStats(GenAiFunctionCostOptimizationStats costOptimizationStats)
Cost optimization stats if applied on the rows processed by the function.
|
GenAiFunctionStats |
GenAiFunctionStats.setErrorStats(GenAiFunctionErrorStats errorStats)
Error stats for the function.
|
GenAiFunctionStats |
GenAiFunctionStats.setFunctionName(String functionName)
Name of the function.
|
GenAiFunctionStats |
GenAiFunctionStats.setNumProcessedRows(Long numProcessedRows)
Number of rows processed by this GenAi function.
|
GenAiFunctionStats |
GenAiFunctionStats.setPrompt(String prompt)
User input prompt of the function (truncated to 20 chars).
|
| Modifier and Type | Method and Description |
|---|---|
List<GenAiFunctionStats> |
GenAiStats.getFunctionStats()
Function level stats for GenAi Functions.
|
| Modifier and Type | Method and Description |
|---|---|
GenAiStats |
GenAiStats.setFunctionStats(List<GenAiFunctionStats> functionStats)
Function level stats for GenAi Functions.
|
Copyright © 2011–2026 Google. All rights reserved.