Google Cloud Ai Platform V1 Client - Class IndexUpdateMethod (0.25.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class IndexUpdateMethod.

The update method of an Index.

Protobuf type google.cloud.aiplatform.v1.Index.IndexUpdateMethod

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Index

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INDEX_UPDATE_METHOD_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum INDEX_UPDATE_METHOD_UNSPECIFIED = 0;

BATCH_UPDATE

Value: 1

BatchUpdate: user can call UpdateIndex with files on Cloud Storage of datapoints to update.

Generated from protobuf enum BATCH_UPDATE = 1;

STREAM_UPDATE

Value: 2

StreamUpdate: user can call UpsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time.

Generated from protobuf enum STREAM_UPDATE = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.