Interface protos.google.cloud.vectorsearch.v1beta.ICollection (0.1.0)

Properties of a Collection.

Package

@google-cloud/vectorsearch

Properties

createTime

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

Collection createTime

dataSchema

dataSchema?: (google.protobuf.IStruct|null);

Collection dataSchema

description

description?: (string|null);

Collection description

displayName

displayName?: (string|null);

Collection displayName

labels

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

Collection labels

name

name?: (string|null);

Collection name

schema

schema?: (google.protobuf.IStruct|null);

Collection schema

updateTime

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

Collection updateTime

vectorSchema

vectorSchema?: ({ [k: string]: google.cloud.vectorsearch.v1beta.IVectorField }|null);

Collection vectorSchema