Cloud AI Platform v1 API - Enum Index.Types.IndexUpdateMethod (2.27.0)

public enum Index.Types.IndexUpdateMethod

Reference documentation and code samples for the Cloud AI Platform v1 API enum Index.Types.IndexUpdateMethod.

The update method of an Index.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
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.