Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::Index::IndexUpdateMethod (v0.20.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::Index::IndexUpdateMethod.

The update method of an Index.

Constants

INDEX_UPDATE_METHOD_UNSPECIFIED

value: 0
Should not be used.

BATCH_UPDATE

value: 1
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of datapoints to update.

STREAM_UPDATE

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