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-04-09 UTC."],[[["This documentation covers the `Index.Types.IndexUpdateMethod` enum within the Google Cloud AI Platform v1beta1 API."],["The `BatchUpdate` field allows users to update an index using files stored in Cloud Storage."],["The `StreamUpdate` field enables real-time index updates via `UpsertDatapoints` and `DeleteDatapoints` calls, affecting deployed indexes almost immediately."],["The `Unspecified` field should be avoided in use, as stated by the documentation."]]],[]]