Enum Index.IndexUpdateMethod (3.42.0)

public enum Index.IndexUpdateMethod extends Enum<Index.IndexUpdateMethod> implements ProtocolMessageEnum

The update method of an Index.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BATCH_UPDATE

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

BATCH_UPDATE = 1;

BATCH_UPDATE_VALUE

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

BATCH_UPDATE = 1;

INDEX_UPDATE_METHOD_UNSPECIFIED

Should not be used.

INDEX_UPDATE_METHOD_UNSPECIFIED = 0;

INDEX_UPDATE_METHOD_UNSPECIFIED_VALUE

Should not be used.

INDEX_UPDATE_METHOD_UNSPECIFIED = 0;

STREAM_UPDATE

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

STREAM_UPDATE = 2;

STREAM_UPDATE_VALUE

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

STREAM_UPDATE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()