QualityAuthorityTopicEmbeddingsVersionedItem

GoogleApi.ContentWarehouse.V1.Model.QualityAuthorityTopicEmbeddingsVersionedItem


Table of Contents ▼

Jump to a specific part of the page:

Description

Proto populated into shards and copied to superroot. Message storing a versioned TopicEmbeddings scores. This is copied from TopicEmbeddings in docjoins.

Attributes List

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

View Attributes

Attributes

  1. pageEmbedding (type: String.t, default: nil)
    -
  2. siteEmbedding (type: String.t, default: nil)
    - Compressed site/page embeddings.
  3. siteFocusScore (type: number(), default: nil)
    - Number denoting how much a site is focused on one topic.
  4. siteRadius (type: number(), default: nil)
    - The measure of how far page_embeddings deviate from the site_embedding.
  5. versionId (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityAuthorityTopicEmbeddingsVersionedItem{
pageEmbedding: String.t() | nil,
siteEmbedding: String.t() | nil,
siteFocusScore: number() | nil,
siteRadius: number() | nil,
versionId: integer() | nil
}

Function

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

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