public static enum RagVectorDbConfig.VectorDbCase extends Enum<RagVectorDbConfig.VectorDbCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
PINECONE |
RAG_MANAGED_DB |
VECTORDB_NOT_SET |
VERTEX_FEATURE_STORE |
VERTEX_VECTOR_SEARCH |
WEAVIATE |
| Modifier and Type | Method and Description |
|---|---|
static RagVectorDbConfig.VectorDbCase |
forNumber(int value) |
int |
getNumber() |
static RagVectorDbConfig.VectorDbCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RagVectorDbConfig.VectorDbCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RagVectorDbConfig.VectorDbCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RagVectorDbConfig.VectorDbCase RAG_MANAGED_DB
public static final RagVectorDbConfig.VectorDbCase WEAVIATE
public static final RagVectorDbConfig.VectorDbCase PINECONE
public static final RagVectorDbConfig.VectorDbCase VERTEX_FEATURE_STORE
public static final RagVectorDbConfig.VectorDbCase VERTEX_VECTOR_SEARCH
public static final RagVectorDbConfig.VectorDbCase VECTORDB_NOT_SET
public static RagVectorDbConfig.VectorDbCase[] values()
for (RagVectorDbConfig.VectorDbCase c : RagVectorDbConfig.VectorDbCase.values()) System.out.println(c);
public static RagVectorDbConfig.VectorDbCase 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 null@Deprecated public static RagVectorDbConfig.VectorDbCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static RagVectorDbConfig.VectorDbCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.