public enum Index.Types.IndexUpdateMethodReference documentation and code samples for the Vertex AI v1beta1 API enum Index.Types.IndexUpdateMethod.
The update method of an Index.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
BatchUpdate |
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. |
Unspecified |
Should not be used. |