Vertex AI v1beta1 API - Class EmbedContentResponse.Types.Embedding (1.0.0-beta57)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class EmbedContentResponse.Types.Embedding.

A list of floats representing an embedding.

Inheritance

object > EmbedContentResponse.Types.Embedding

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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