Struct async_openai::types::VectorStoreFileBatchCounts
source · pub struct VectorStoreFileBatchCounts {
pub in_progress: u32,
pub completed: u32,
pub failed: u32,
pub cancelled: u32,
pub total: u32,
}
Fields§
§in_progress: u32
The number of files that are currently being processed.
completed: u32
The number of files that have been successfully processed.
failed: u32
The number of files that have failed to process.
cancelled: u32
The number of files that were cancelled.
total: u32
The total number of files.
Trait Implementations§
source§impl Clone for VectorStoreFileBatchCounts
impl Clone for VectorStoreFileBatchCounts
source§fn clone(&self) -> VectorStoreFileBatchCounts
fn clone(&self) -> VectorStoreFileBatchCounts
Returns a copy 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 VectorStoreFileBatchCounts
impl Debug for VectorStoreFileBatchCounts
source§impl<'de> Deserialize<'de> for VectorStoreFileBatchCounts
impl<'de> Deserialize<'de> for VectorStoreFileBatchCounts
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 PartialEq for VectorStoreFileBatchCounts
impl PartialEq for VectorStoreFileBatchCounts
source§fn eq(&self, other: &VectorStoreFileBatchCounts) -> bool
fn eq(&self, other: &VectorStoreFileBatchCounts) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VectorStoreFileBatchCounts
Auto Trait Implementations§
impl Freeze for VectorStoreFileBatchCounts
impl RefUnwindSafe for VectorStoreFileBatchCounts
impl Send for VectorStoreFileBatchCounts
impl Sync for VectorStoreFileBatchCounts
impl Unpin for VectorStoreFileBatchCounts
impl UnwindSafe for VectorStoreFileBatchCounts
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)