GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
groundTruthTopic
(type:String.t
, default:nil
)
- This field is present if we already have a ground truth topic from the training data. -
modelName
(type:String.t
, default:nil
)
- The name of the model where the predictions come from. -
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
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures