MediaIndexSparseFloatVector

GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. columnsInt16 (type: String.t, default: nil)
    -
  3. columnsInt32 (type: list(integer()), default: nil)
    -
  4. columnsInt64 (type: list(String.t), default: nil)
    - Columns are fixed integers, used for accelerated parse.
  5. columnsInt8 (type: String.t, default: nil)
    -
  6. values (type: list(number()), default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.MediaIndexSparseFloatVector