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."],[[["The latest version of the `Index.Types.IndexUpdateMethod` is 3.22.0, which is part of the Google Cloud AI Platform V1 API."],["This documentation provides a historical view of the `Index.Types.IndexUpdateMethod` enum across different versions, ranging from 1.0.0 to 3.22.0."],["The `IndexUpdateMethod` enum defines the method used to update an index within the AI Platform, with options for `BatchUpdate` and `StreamUpdate`."],["The `BatchUpdate` method allows users to update the index with data from Cloud Storage files, while `StreamUpdate` allows for real-time updates through UpsertDatapoints/DeleteDatapoints."],["The `Unspecified` field within `IndexUpdateMethod` should not be used."]]],[]]