Interface protos.google.cloud.vectorsearch.v1.IIndex (0.6.0)

Properties of an Index.

Package

@google-cloud/vectorsearch

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Index createTime

dedicatedInfrastructure

dedicatedInfrastructure?: (google.cloud.vectorsearch.v1.IDedicatedInfrastructure|null);

Index dedicatedInfrastructure

denseScann

denseScann?: (google.cloud.vectorsearch.v1.IDenseScannIndex|null);

Index denseScann

description

description?: (string|null);

Index description

displayName

displayName?: (string|null);

Index displayName

distanceMetric

distanceMetric?: (google.cloud.vectorsearch.v1.DistanceMetric|keyof typeof google.cloud.vectorsearch.v1.DistanceMetric|null);

Index distanceMetric

filterFields

filterFields?: (string[]|null);

Index filterFields

indexField

indexField?: (string|null);

Index indexField

labels

labels?: ({ [k: string]: string }|null);

Index labels

name

name?: (string|null);

Index name

storeFields

storeFields?: (string[]|null);

Index storeFields

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Index updateTime