Enum EmbeddingTaskType (0.1.0)

public enum EmbeddingTaskType extends Enum<EmbeddingTaskType> implements ProtocolMessageEnum

Represents the task the embeddings will be used for.

Protobuf enum google.cloud.vectorsearch.v1beta.EmbeddingTaskType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLASSIFICATION

Specifies that the given text will be classified.

CLASSIFICATION = 4;

CLASSIFICATION_VALUE

Specifies that the given text will be classified.

CLASSIFICATION = 4;

CLUSTERING

Specifies that the embeddings will be used for clustering.

CLUSTERING = 5;

CLUSTERING_VALUE

Specifies that the embeddings will be used for clustering.

CLUSTERING = 5;

CODE_RETRIEVAL_QUERY

Specifies that the embeddings will be used for code retrieval.

CODE_RETRIEVAL_QUERY = 8;

CODE_RETRIEVAL_QUERY_VALUE

Specifies that the embeddings will be used for code retrieval.

CODE_RETRIEVAL_QUERY = 8;

EMBEDDING_TASK_TYPE_UNSPECIFIED

Unspecified task type.

EMBEDDING_TASK_TYPE_UNSPECIFIED = 0;

EMBEDDING_TASK_TYPE_UNSPECIFIED_VALUE

Unspecified task type.

EMBEDDING_TASK_TYPE_UNSPECIFIED = 0;

FACT_VERIFICATION

Specifies that the embeddings will be used for fact verification.

FACT_VERIFICATION = 7;

FACT_VERIFICATION_VALUE

Specifies that the embeddings will be used for fact verification.

FACT_VERIFICATION = 7;

QUESTION_ANSWERING

Specifies that the embeddings will be used for question answering.

QUESTION_ANSWERING = 6;

QUESTION_ANSWERING_VALUE

Specifies that the embeddings will be used for question answering.

QUESTION_ANSWERING = 6;

RETRIEVAL_DOCUMENT

Specifies the given text is a document from the corpus being searched.

RETRIEVAL_DOCUMENT = 2;

RETRIEVAL_DOCUMENT_VALUE

Specifies the given text is a document from the corpus being searched.

RETRIEVAL_DOCUMENT = 2;

RETRIEVAL_QUERY

Specifies the given text is a query in a search/retrieval setting.

RETRIEVAL_QUERY = 1;

RETRIEVAL_QUERY_VALUE

Specifies the given text is a query in a search/retrieval setting.

RETRIEVAL_QUERY = 1;

SEMANTIC_SIMILARITY

Specifies the given text will be used for STS.

SEMANTIC_SIMILARITY = 3;

SEMANTIC_SIMILARITY_VALUE

Specifies the given text will be used for STS.

SEMANTIC_SIMILARITY = 3;

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()