Enum Index.Types.IndexUpdateMethod (2.3.0)

public enum IndexUpdateMethod

The update method of an Index.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
BatchUpdate

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

StreamUpdate

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

Unspecified

Should not be used.