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 document provides reference material for the `SearchRequest.Types.EmbeddingSpec.Types.EmbeddingVector` class within the Google Cloud Discovery Engine v1beta API."],["The `EmbeddingVector` class represents an embedding vector used in search queries and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, and the relevant assembly is `Google.Cloud.DiscoveryEngine.V1Beta.dll`."],["The class has two constructors: a default constructor and one that takes another `EmbeddingVector` instance as a parameter."],["Key properties include `FieldPath` (a string representing the embedding field path) and `Vector` (a `RepeatedField` of floats representing the query embedding vector)."]]],[]]