Vector Search v1 API - Class DenseVectorField (1.0.0-beta01)

public sealed class DenseVectorField : IMessage<DenseVectorField>, IEquatable<DenseVectorField>, IDeepCloneable<DenseVectorField>, IBufferMessage, IMessage

Reference documentation and code samples for the Vector Search v1 API class DenseVectorField.

Message describing a dense vector field.

Inheritance

object > DenseVectorField

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

DenseVectorField()

public DenseVectorField()

DenseVectorField(DenseVectorField)

public DenseVectorField(DenseVectorField other)
Parameter
Name Description
other DenseVectorField

Properties

Dimensions

public int Dimensions { get; set; }

Dimensionality of the vector field.

Property Value
Type Description
int

VertexEmbeddingConfig

public VertexEmbeddingConfig VertexEmbeddingConfig { get; set; }

Optional. Configuration for generating embeddings for the vector field. If not specified, the embedding field must be populated in the DataObject.

Property Value
Type Description
VertexEmbeddingConfig