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-04-02 UTC."],[[["This document provides reference documentation 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 is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, as defined by the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties `FieldPath` for the embedding field path in the schema, and `Vector` for the query embedding vector itself, which is a `RepeatedField` of float values."],["There are two constructors provided in the class, one being empty, and the other accepting a parameter of type `EmbeddingVector` to copy properties from another existing object."]]],[]]