Enum EmbedContentRequest.EmbeddingTaskType (3.82.0)

public enum EmbedContentRequest.EmbeddingTaskType extends Enum<EmbedContentRequest.EmbeddingTaskType> implements ProtocolMessageEnum

Represents a downstream task the embeddings will be used for.

Protobuf enum google.cloud.aiplatform.v1.EmbedContentRequest.EmbeddingTaskType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLASSIFICATION

Specifies that the given text will be classified.

CLASSIFICATION = 5;

CLASSIFICATION_VALUE

Specifies that the given text will be classified.

CLASSIFICATION = 5;

CLUSTERING

Specifies that the embeddings will be used for clustering.

CLUSTERING = 6;

CLUSTERING_VALUE

Specifies that the embeddings will be used for clustering.

CLUSTERING = 6;

CODE_RETRIEVAL_QUERY

Specifies that the embeddings will be used for code retrieval.

CODE_RETRIEVAL_QUERY = 9;

CODE_RETRIEVAL_QUERY_VALUE

Specifies that the embeddings will be used for code retrieval.

CODE_RETRIEVAL_QUERY = 9;

FACT_VERIFICATION

Specifies that the embeddings will be used for fact verification.

FACT_VERIFICATION = 8;

FACT_VERIFICATION_VALUE

Specifies that the embeddings will be used for fact verification.

FACT_VERIFICATION = 8;

QUESTION_ANSWERING

Specifies that the embeddings will be used for question answering.

QUESTION_ANSWERING = 7;

QUESTION_ANSWERING_VALUE

Specifies that the embeddings will be used for question answering.

QUESTION_ANSWERING = 7;

RETRIEVAL_DOCUMENT

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

RETRIEVAL_DOCUMENT = 3;

RETRIEVAL_DOCUMENT_VALUE

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

RETRIEVAL_DOCUMENT = 3;

RETRIEVAL_QUERY

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

RETRIEVAL_QUERY = 2;

RETRIEVAL_QUERY_VALUE

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

RETRIEVAL_QUERY = 2;

SEMANTIC_SIMILARITY

Specifies the given text will be used for STS.

SEMANTIC_SIMILARITY = 4;

SEMANTIC_SIMILARITY_VALUE

Specifies the given text will be used for STS.

SEMANTIC_SIMILARITY = 4;

UNRECOGNIZED
UNSPECIFIED

Unset value, which will default to one of the other enum values.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

Unset value, which will default to one of the other enum values.

UNSPECIFIED = 0;

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