Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
VectorSearchStatistics |
VectorSearchStatistics.clone() |
VectorSearchStatistics |
JobStatistics2.getVectorSearchStatistics()
Output only.
|
VectorSearchStatistics |
VectorSearchStatistics.set(String fieldName,
Object value) |
VectorSearchStatistics |
VectorSearchStatistics.setIndexUnusedReasons(List<IndexUnusedReason> indexUnusedReasons)
When `indexUsageMode` is `UNUSED` or `PARTIALLY_USED`, this field explains why indexes were not
used in all or part of the vector search query.
|
VectorSearchStatistics |
VectorSearchStatistics.setIndexUsageMode(String indexUsageMode)
Specifies the index usage mode for the query.
|
VectorSearchStatistics |
VectorSearchStatistics.setStoredColumnsUsages(List<StoredColumnsUsage> storedColumnsUsages)
Specifies the usage of stored columns in the query when stored columns are used in the query.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.setVectorSearchStatistics(VectorSearchStatistics vectorSearchStatistics)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.