pub enum RepoType {
Model,
Dataset,
Space,
}
Expand description
The type of repo to interact with
Variants§
Model
This is a model, usually it consists of weight files and some configuration files
Dataset
This is a dataset, usually contains data within parquet files
Space
This is a space, usually a demo showcashing a given model or dataset
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RepoType
impl Send for RepoType
impl Sync for RepoType
impl Unpin for RepoType
impl UnwindSafe for RepoType
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