| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
GenAiFunctionErrorStats |
GenAiFunctionErrorStats.clone() |
GenAiFunctionErrorStats |
GenAiFunctionStats.getErrorStats()
Error stats for the function.
|
GenAiFunctionErrorStats |
GenAiFunctionErrorStats.set(String fieldName,
Object value) |
GenAiFunctionErrorStats |
GenAiFunctionErrorStats.setErrors(List<String> errors)
A list of unique errors at function level (up to 5, truncated to 100 chars).
|
GenAiFunctionErrorStats |
GenAiFunctionErrorStats.setNumFailedRows(Long numFailedRows)
Number of failed rows processed by the function
|
| Modifier and Type | Method and Description |
|---|---|
GenAiFunctionStats |
GenAiFunctionStats.setErrorStats(GenAiFunctionErrorStats errorStats)
Error stats for the function.
|
Copyright © 2011–2026 Google. All rights reserved.