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 information for the `SearchRequest.Types.EmbeddingSpec` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `EmbeddingSpec` class is designed to use customized query embedding vectors for semantic document retrieval."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default `EmbeddingSpec()` and a constructor that takes another `EmbeddingSpec` object, `EmbeddingSpec(EmbeddingSpec other)`."],["It contains one property, `EmbeddingVectors`, which holds a `RepeatedField` of `EmbeddingVector` types, used for retrieval and limited to one vector."]]],[]]