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 Google Cloud AI Platform v1 API enum Index.Types.IndexUpdateMethod is 3.22.0, with a range of versions available from 1.0.0 to the present version."],["This documentation provides reference and code samples for the Index.Types.IndexUpdateMethod within the Cloud AI Platform v1 API."],["The `IndexUpdateMethod` enum defines how an index can be updated, offering three distinct options: `BatchUpdate`, `StreamUpdate`, and `Unspecified`."],["`BatchUpdate` enables updating the index using files from Cloud Storage, whereas `StreamUpdate` allows for real-time updates through `UpsertDatapoints` or `DeleteDatapoints`."],["The `Unspecified` field is reserved and not intended for use."]]],[]]