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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Index.Types.IndexUpdateMethod` enum within the Google Cloud AI Platform V1 API."],["The latest available version of the documentation is for version 3.22.0, with numerous older versions also accessible, all the way down to 1.0.0."],["The `Index.Types.IndexUpdateMethod` enum specifies the method by which an Index can be updated, supporting `BatchUpdate`, where updates are done through files on Cloud Storage, and `StreamUpdate`, where updates are made via `UpsertDatapoints` or `DeleteDatapoints` calls."],["The enum also includes an `Unspecified` field, which is designated for cases where no specific update method is provided, and should be avoided in regular use."]]],[]]