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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BATCH_UPDATE |
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update. |
BATCH_UPDATE_VALUE |
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update. |
INDEX_UPDATE_METHOD_UNSPECIFIED |
Should not be used. |
INDEX_UPDATE_METHOD_UNSPECIFIED_VALUE |
Should not be used. |
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_VALUE |
StreamUpdate: user can call UpsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |