Interface protos.google.cloud.aiplatform.v1beta1.IIndex (1.11.0)

Properties of an Index.

Package

@google-cloud/aiplatform

Properties

createTime

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

Index createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

deployedIndexes

deployedIndexes?: (google.cloud.aiplatform.v1beta1.IDeployedIndexRef[]|null);

Index deployedIndexes

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IDeployedIndexRef[]|null)

description

description?: (string|null);

Index description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Index displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Index etag

Property Value
TypeDescription
(string|null)

labels

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

Index labels

Property Value
TypeDescription
({ [k: string]: string }|null)

metadata

metadata?: (google.protobuf.IValue|null);

Index metadata

Property Value
TypeDescription
(google.protobuf.IValue|null)

metadataSchemaUri

metadataSchemaUri?: (string|null);

Index metadataSchemaUri

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Index name

Property Value
TypeDescription
(string|null)

updateTime

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

Index updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)