public static enum QueryEmbedding.IncludeEnum extends Enum<QueryEmbedding.IncludeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryEmbedding.IncludeEnum.Adapter |
| Enum Constant and Description |
|---|
DISTANCES |
DOCUMENTS |
EMBEDDINGS |
METADATAS |
| Modifier and Type | Method and Description |
|---|---|
static QueryEmbedding.IncludeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static QueryEmbedding.IncludeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryEmbedding.IncludeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="documents") public static final QueryEmbedding.IncludeEnum DOCUMENTS
@SerializedName(value="embeddings") public static final QueryEmbedding.IncludeEnum EMBEDDINGS
@SerializedName(value="metadatas") public static final QueryEmbedding.IncludeEnum METADATAS
@SerializedName(value="distances") public static final QueryEmbedding.IncludeEnum DISTANCES
public static QueryEmbedding.IncludeEnum[] values()
for (QueryEmbedding.IncludeEnum c : QueryEmbedding.IncludeEnum.values()) System.out.println(c);
public static QueryEmbedding.IncludeEnum 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 String getValue()
public String toString()
toString in class Enum<QueryEmbedding.IncludeEnum>public static QueryEmbedding.IncludeEnum fromValue(String input)
Copyright © 2023 Amikos Tech OOD. All rights reserved.