public sealed class SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector : IMessage<SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector>, IEquatable<SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector>, IDeepCloneable<SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector.
[[["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 documentation is for the `EmbeddingVector` class, part of the Discovery Engine v1beta API, within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["The `EmbeddingVector` class represents an embedding vector, used within the `SearchRequest` context of the API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["It offers two constructors: a default constructor and one that accepts another `EmbeddingVector` instance, allowing for creating new instances or copies."],["Key properties include `FieldPath` which represents the embedding field path, and `Vector`, which contains the actual query embedding vector data as a `RepeatedField` of floats."]]],[]]