public enum EmbeddingTaskType extends Enum<EmbeddingTaskType> implements ProtocolMessageEnumRepresents the task the embeddings will be used for.
Protobuf enum google.cloud.vectorsearch.v1beta.EmbeddingTaskType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLASSIFICATION |
Specifies that the given text will be classified. |
CLASSIFICATION_VALUE |
Specifies that the given text will be classified. |
CLUSTERING |
Specifies that the embeddings will be used for clustering. |
CLUSTERING_VALUE |
Specifies that the embeddings will be used for clustering. |
CODE_RETRIEVAL_QUERY |
Specifies that the embeddings will be used for code retrieval. |
CODE_RETRIEVAL_QUERY_VALUE |
Specifies that the embeddings will be used for code retrieval. |
EMBEDDING_TASK_TYPE_UNSPECIFIED |
Unspecified task type. |
EMBEDDING_TASK_TYPE_UNSPECIFIED_VALUE |
Unspecified task type. |
FACT_VERIFICATION |
Specifies that the embeddings will be used for fact verification. |
FACT_VERIFICATION_VALUE |
Specifies that the embeddings will be used for fact verification. |
QUESTION_ANSWERING |
Specifies that the embeddings will be used for question answering. |
QUESTION_ANSWERING_VALUE |
Specifies that the embeddings will be used for question answering. |
RETRIEVAL_DOCUMENT |
Specifies the given text is a document from the corpus being searched. |
RETRIEVAL_DOCUMENT_VALUE |
Specifies the given text is a document from the corpus being searched. |
RETRIEVAL_QUERY |
Specifies the given text is a query in a search/retrieval setting. |
RETRIEVAL_QUERY_VALUE |
Specifies the given text is a query in a search/retrieval setting. |
SEMANTIC_SIMILARITY |
Specifies the given text will be used for STS. |
SEMANTIC_SIMILARITY_VALUE |
Specifies the given text will be used for STS. |
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() |
|