public static enum Schema.VectorField.VectorAlgo extends Enum<Schema.VectorField.VectorAlgo>
Modifier and Type | Method and Description |
---|---|
static Schema.VectorField.VectorAlgo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.VectorField.VectorAlgo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.VectorField.VectorAlgo FLAT
public static final Schema.VectorField.VectorAlgo HNSW
public static Schema.VectorField.VectorAlgo[] values()
for (Schema.VectorField.VectorAlgo c : Schema.VectorField.VectorAlgo.values()) System.out.println(c);
public static Schema.VectorField.VectorAlgo 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 nullCopyright © 2022. All rights reserved.