public static enum Index.IndexUpdateMethod extends Enum<Index.IndexUpdateMethod> implements com.google.protobuf.ProtocolMessageEnum
The update method of an Index.Protobuf enum
google.cloud.aiplatform.v1.Index.IndexUpdateMethod| Enum Constant and Description |
|---|
BATCH_UPDATE
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of
Datapoints to update.
|
INDEX_UPDATE_METHOD_UNSPECIFIED
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.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_UPDATE_VALUE
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of
Datapoints to update.
|
static int |
INDEX_UPDATE_METHOD_UNSPECIFIED_VALUE
Should not be used.
|
static int |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Index.IndexUpdateMethod |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Index.IndexUpdateMethod> |
internalGetValueMap() |
static Index.IndexUpdateMethod |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Index.IndexUpdateMethod |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Index.IndexUpdateMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.IndexUpdateMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Index.IndexUpdateMethod INDEX_UPDATE_METHOD_UNSPECIFIED
Should not be used.
INDEX_UPDATE_METHOD_UNSPECIFIED = 0;public static final Index.IndexUpdateMethod BATCH_UPDATE
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update.
BATCH_UPDATE = 1;public static final Index.IndexUpdateMethod 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;public static final Index.IndexUpdateMethod UNRECOGNIZED
public static final int INDEX_UPDATE_METHOD_UNSPECIFIED_VALUE
Should not be used.
INDEX_UPDATE_METHOD_UNSPECIFIED = 0;public static final int BATCH_UPDATE_VALUE
BatchUpdate: user can call UpdateIndex with files on Cloud Storage of Datapoints to update.
BATCH_UPDATE = 1;public static final int 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;public static Index.IndexUpdateMethod[] values()
for (Index.IndexUpdateMethod c : Index.IndexUpdateMethod.values()) System.out.println(c);
public static Index.IndexUpdateMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Index.IndexUpdateMethod valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Index.IndexUpdateMethod forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Index.IndexUpdateMethod> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Index.IndexUpdateMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.