View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector (google_api_content_warehouse v0.4.0)

Attributes

  • columns (type: list(String.t), default: nil) - Parallel arrays of column / value. Exactly one of those columns vector should be set. Columns must be in monotonically increasing order.
  • columnsInt16 (type: String.t, default: nil) -
  • columnsInt32 (type: list(integer()), default: nil) -
  • columnsInt64 (type: list(String.t), default: nil) - Columns are fixed integers, used for accelerated parse.
  • columnsInt8 (type: String.t, default: nil) -
  • values (type: list(number()), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector{
  columns: [String.t()] | nil,
  columnsInt16: String.t() | nil,
  columnsInt32: [integer()] | nil,
  columnsInt64: [String.t()] | nil,
  columnsInt8: String.t() | nil,
  values: [number()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.