public sealed class NearestNeighborQuery.Types.Embedding : IMessage<NearestNeighborQuery.Types.Embedding>, IEquatable<NearestNeighborQuery.Types.Embedding>, IDeepCloneable<NearestNeighborQuery.Types.Embedding>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NearestNeighborQuery.Types.Embedding.
The embedding vector.
Implements
IMessageNearestNeighborQueryTypesEmbedding, IEquatableNearestNeighborQueryTypesEmbedding, IDeepCloneableNearestNeighborQueryTypesEmbedding, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Embedding()
public Embedding()Embedding(Embedding)
public Embedding(NearestNeighborQuery.Types.Embedding other)| Parameter | |
|---|---|
| Name | Description |
other |
NearestNeighborQueryTypesEmbedding |
Properties
Value
public RepeatedField<float> Value { get; }Optional. Individual value in the embedding.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldfloat |
|