pub enum EmbeddingInput {
String(String),
StringArray(Vec<String>),
IntegerArray(Vec<u32>),
ArrayOfIntegerArray(Vec<Vec<u32>>),
}Available on crate feature
embedding-types only.Variants§
Trait Implementations§
Source§impl Clone for EmbeddingInput
impl Clone for EmbeddingInput
Source§fn clone(&self) -> EmbeddingInput
fn clone(&self) -> EmbeddingInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbeddingInput
impl Debug for EmbeddingInput
Source§impl Default for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl Default for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<'de> Deserialize<'de> for EmbeddingInput
impl<'de> Deserialize<'de> for EmbeddingInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<const M: usize, const N: usize> From<&[&[u32; N]; M]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const M: usize, const N: usize> From<&[&[u32; N]; M]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[&String; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[&String; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[&Vec<u32>; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[&Vec<u32>; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[&str; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[&str; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const M: usize, const N: usize> From<&[[u32; N]; M]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const M: usize, const N: usize> From<&[[u32; N]; M]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[String; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[String; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[Vec<u32>; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[Vec<u32>; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&[u32; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&[u32; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&String> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&String> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&Vec<&[u32; N]>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&Vec<&[u32; N]>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&Vec<&String>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&Vec<&String>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&Vec<&str>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&Vec<&str>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<&Vec<[u32; N]>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<&Vec<[u32; N]>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&Vec<String>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&Vec<String>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&Vec<Vec<u32>>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&Vec<Vec<u32>>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&Vec<u32>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&Vec<u32>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<&str> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<&str> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const M: usize, const N: usize> From<[&[u32; N]; M]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const M: usize, const N: usize> From<[&[u32; N]; M]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[&String; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[&String; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[&Vec<u32>; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[&Vec<u32>; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[&str; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[&str; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const M: usize, const N: usize> From<[[u32; N]; M]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const M: usize, const N: usize> From<[[u32; N]; M]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[String; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[String; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[Vec<u32>; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[Vec<u32>; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<[u32; N]> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<[u32; N]> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<String> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<String> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<Vec<&[u32; N]>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<Vec<&[u32; N]>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<Vec<&String>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<Vec<&String>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<Vec<&str>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<Vec<&str>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl<const N: usize> From<Vec<[u32; N]>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl<const N: usize> From<Vec<[u32; N]>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<Vec<String>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<Vec<String>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<Vec<Vec<u32>>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<Vec<Vec<u32>>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl From<Vec<u32>> for EmbeddingInput
Available on crate features audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.
impl From<Vec<u32>> for EmbeddingInput
Available on crate features
audio-types or file-types or image-types or chat-completion-types or completion-types or embedding-types or moderation-types or video-types only.Source§impl PartialEq for EmbeddingInput
impl PartialEq for EmbeddingInput
Source§impl Serialize for EmbeddingInput
impl Serialize for EmbeddingInput
impl StructuralPartialEq for EmbeddingInput
Auto Trait Implementations§
impl Freeze for EmbeddingInput
impl RefUnwindSafe for EmbeddingInput
impl Send for EmbeddingInput
impl Sync for EmbeddingInput
impl Unpin for EmbeddingInput
impl UnwindSafe for EmbeddingInput
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
Mutably borrows from an owned value. Read more