Cloud AI Platform v1 API - Class NearestNeighborQuery.Types.Embedding (2.27.0)

public sealed class NearestNeighborQuery.Types.Embedding : IMessage<NearestNeighborQuery.Types.Embedding>, IEquatable<NearestNeighborQuery.Types.Embedding>, IDeepCloneable<NearestNeighborQuery.Types.Embedding>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class NearestNeighborQuery.Types.Embedding.

The embedding vector.

Inheritance

object > NearestNeighborQuery.Types.Embedding

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Embedding()

public Embedding()

Embedding(Embedding)

public Embedding(NearestNeighborQuery.Types.Embedding other)
Parameter
NameDescription
otherNearestNeighborQueryTypesEmbedding

Properties

Value

public RepeatedField<float> Value { get; }

Optional. Individual value in the embedding.

Property Value
TypeDescription
RepeatedFieldfloat