GoogleApi.BigQuery.V2.Model.VectorSearchStatistics (google_api_big_query v0.88.0)
View SourceStatistics for a vector search query. Populated as part of JobStatistics2.
Attributes
-
indexUnusedReasons
(type:list(GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t)
, default:nil
) - WhenindexUsageMode
isUNUSED
orPARTIALLY_USED
, this field explains why indexes were not used in all or part of the vector search query. IfindexUsageMode
isFULLY_USED
, this field is not populated. -
indexUsageMode
(type:String.t
, default:nil
) - Specifies the index usage mode for the query. -
storedColumnsUsages
(type:list(GoogleApi.BigQuery.V2.Model.StoredColumnsUsage.t)
, default:nil
) - Specifies the usage of stored columns in the query when stored columns are used in the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.VectorSearchStatistics{ indexUnusedReasons: [GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t()] | nil, indexUsageMode: String.t() | nil, storedColumnsUsages: [GoogleApi.BigQuery.V2.Model.StoredColumnsUsage.t()] | nil }