GoogleApi.ContentWarehouse.V1.Model.ReneEmbedding
Table of Contents ▼
Jump to a specific part of the page:
Description
Message to represent an embedding vector with clusters.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
clusterList
(type:GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingClusterList
, default:nil
)
- Token information of the embedding vector if available. -
compressedValue
(type:String.t
, default:nil
)
- Compressed value of the embedding. For example, different versions of starburst signals use different compressor to generate the value. -
denseFeatureFloatValues
(type:list(number())
, default:nil
)
- Optional feature map output from the model. Note: this is not applicable to some models. -
floatValues
(type:list(number())
, default:nil
)
- Values of the embedding vector. -
floatValuesBeforeProjection
(type:list(number())
, default:nil
)
- Optional embedding vector prior to projection. Note: this is not applicable to some models.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ReneEmbedding{
clusterList: GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingClusterList.t() | nil,
compressedValue: String.t() | nil,
denseFeatureFloatValues: [number()] | nil,
floatValues: [number()] | nil,
floatValuesBeforeProjection: [number()] | nil
}
clusterList: GoogleApi.ContentWarehouse.V1.Model.ReneEmbeddingClusterList.t() | nil,
compressedValue: String.t() | nil,
denseFeatureFloatValues: [number()] | nil,
floatValues: [number()] | nil,
floatValuesBeforeProjection: [number()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ReneEmbedding