public enum EmbedContentRequest.EmbeddingTaskType extends Enum<EmbedContentRequest.EmbeddingTaskType> implements ProtocolMessageEnumRepresents a downstream task the embeddings will be used for.
Protobuf enum google.cloud.vertexai.v1.EmbedContentRequest.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. |
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 |
|
UNSPECIFIED |
Unset value, which will default to one of the other enum values. |
UNSPECIFIED_VALUE |
Unset value, which will default to one of the other enum values. |
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() |
|