VideoContentSearchGenerativeTopicPredictionFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

The inference result features coming from the prediction service that generates the topics.

Attributes List

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

View Attributes

Attributes

  1. groundTruthTopic (type: String.t, default: nil)
    - This field is present if we already have a ground truth topic from the training data.
  2. modelName (type: String.t, default: nil)
    - The name of the model where the predictions come from.
  3. predictions (type: list(String.t), default: nil)
    - Inference results from the prediction service. Since we generally use beam search with beam_size > 1, this field is repeated to capture all the generated topic beams.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures{
groundTruthTopic: String.t() | nil,
modelName: String.t() | nil,
predictions: [String.t()] | nil
}

Function

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

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