Class IndexUpdateMethod (1.50.0)

IndexUpdateMethod(value)

The update method of an Index.

Enum values:

INDEX_UPDATE_METHOD_UNSPECIFIED (0):
    Should not be used.
BATCH_UPDATE (1):
    BatchUpdate: user can call UpdateIndex with
    files on Cloud Storage of Datapoints to update.
STREAM_UPDATE (2):
    StreamUpdate: user can call
    UpsertDatapoints/DeleteDatapoints to update the
    Index and the updates will be applied in
    corresponding DeployedIndexes in nearly
    real-time.

Methods

IndexUpdateMethod

IndexUpdateMethod(value)

The update method of an Index.

Enum values:

INDEX_UPDATE_METHOD_UNSPECIFIED (0):
    Should not be used.
BATCH_UPDATE (1):
    BatchUpdate: user can call UpdateIndex with
    files on Cloud Storage of Datapoints to update.
STREAM_UPDATE (2):
    StreamUpdate: user can call
    UpsertDatapoints/DeleteDatapoints to update the
    Index and the updates will be applied in
    corresponding DeployedIndexes in nearly
    real-time.