GoogleApi.BigQuery.V2.Model.VectorSearchStatistics (google_api_big_query v0.88.0)

View Source

Statistics for a vector search query. Populated as part of JobStatistics2.

Attributes

  • indexUnusedReasons (type: list(GoogleApi.BigQuery.V2.Model.IndexUnusedReason.t), default: nil) - When indexUsageMode is UNUSED or PARTIALLY_USED, this field explains why indexes were not used in all or part of the vector search query. If indexUsageMode is FULLY_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

t()

@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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.