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 page provides a comprehensive list of versions for the `Index.Types.IndexUpdateMethod` enum within the Google Cloud AI Platform v1 API, ranging from version 1.0.0 to the latest version, 3.22.0."],["The `Index.Types.IndexUpdateMethod` enum specifies the update method for an Index, with options including `BatchUpdate`, `StreamUpdate`, and `Unspecified`."],["The namespace for the enum is `Google.Cloud.AIPlatform.V1`, and it's contained within the `Google.Cloud.AIPlatform.V1.dll` assembly."],["`BatchUpdate` allows updating the Index with files from Cloud Storage, while `StreamUpdate` enables near real-time updates via `UpsertDatapoints` or `DeleteDatapoints`."],["The description for the field `Unspecified` explains it should not be used."]]],[]]