public sealed class EmbedContentResponse.Types.Embedding : IMessage<EmbedContentResponse.Types.Embedding>, IEquatable<EmbedContentResponse.Types.Embedding>, IDeepCloneable<EmbedContentResponse.Types.Embedding>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class EmbedContentResponse.Types.Embedding.
A list of floats representing an embedding.
Implements
IMessageEmbedContentResponseTypesEmbedding, IEquatableEmbedContentResponseTypesEmbedding, IDeepCloneableEmbedContentResponseTypesEmbedding, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Embedding()
public Embedding()Embedding(Embedding)
public Embedding(EmbedContentResponse.Types.Embedding other)| Parameter | |
|---|---|
| Name | Description |
other |
EmbedContentResponseTypesEmbedding |
Properties
Values
public RepeatedField<float> Values { get; }Embedding vector values.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldfloat |
|