#[repr(i32)]pub enum TaskType {
Unspecified = 0,
RetrievalQuery = 1,
RetrievalDocument = 2,
SemanticSimilarity = 3,
Classification = 4,
Clustering = 5,
QuestionAnswering = 6,
FactVerification = 7,
}
Expand description
Type of task for which the embedding will be used.
Variants§
Unspecified = 0
Unset value, which will default to one of the other enum values.
RetrievalQuery = 1
Specifies the given text is a query in a search/retrieval setting.
RetrievalDocument = 2
Specifies the given text is a document from the corpus being searched.
SemanticSimilarity = 3
Specifies the given text will be used for STS.
Classification = 4
Specifies that the given text will be classified.
Clustering = 5
Specifies that the embeddings will be used for clustering.
QuestionAnswering = 6
Specifies that the given text will be used for question answering.
FactVerification = 7
Specifies that the given text will be used for fact verification.
Implementations§
Source§impl TaskType
impl TaskType
Sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
Sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
Source§impl Ord for TaskType
impl Ord for TaskType
Source§impl PartialOrd for TaskType
impl PartialOrd for TaskType
impl Copy for TaskType
impl Eq for TaskType
impl StructuralPartialEq for TaskType
Auto Trait Implementations§
impl Freeze for TaskType
impl RefUnwindSafe for TaskType
impl Send for TaskType
impl Sync for TaskType
impl Unpin for TaskType
impl UnwindSafe for TaskType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request