pub enum Category {
Training,
Testing,
Anomaly,
}
Expand description
Data category for Edge Impulse uploads
Determines which API endpoint will be used for the upload:
- Training: Used for gathering training data
- Testing: Used for gathering testing data
- Anomaly: Used for anomaly detection data
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Category
impl RefUnwindSafe for Category
impl Send for Category
impl Sync for Category
impl Unpin for Category
impl UnwindSafe for Category
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