public sealed class SearchRequest.Types.EmbeddingSpec : IMessage<SearchRequest.Types.EmbeddingSpec>, IEquatable<SearchRequest.Types.EmbeddingSpec>, IDeepCloneable<SearchRequest.Types.EmbeddingSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.EmbeddingSpec.
The specification that uses customized query embedding vector to do
semantic document retrieval.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `SearchRequest.Types.EmbeddingSpec` class within the Discovery Engine v1beta API."],["`EmbeddingSpec` is designed to use a customized query embedding vector for semantic document retrieval."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `EmbeddingSpec` object as a parameter."],["The `EmbeddingVectors` property, which is of type `RepeatedField`, holds the embedding vector used for retrieval and is limited to one."]]],[]]