Module: Google::Cloud::AIPlatform::V1::Index::IndexUpdateMethod

Defined in:
proto_docs/google/cloud/aiplatform/v1/index.rb

Overview

The update method of an Index.

Constant Summary collapse

INDEX_UPDATE_METHOD_UNSPECIFIED =

Should not be used.

0
BATCH_UPDATE =

BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update.

1
STREAM_UPDATE =

StreamUpdate: user can call UpsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time.

2