pub struct AIPerformanceEstimate {
pub training_capability: PerformanceLevel,
pub inference_capability: PerformanceLevel,
pub batch_processing: PerformanceLevel,
pub real_time_processing: PerformanceLevel,
}Fields§
§training_capability: PerformanceLevel§inference_capability: PerformanceLevel§batch_processing: PerformanceLevel§real_time_processing: PerformanceLevelTrait Implementations§
Source§impl Debug for AIPerformanceEstimate
impl Debug for AIPerformanceEstimate
Source§impl<'de> Deserialize<'de> for AIPerformanceEstimate
impl<'de> Deserialize<'de> for AIPerformanceEstimate
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
Auto Trait Implementations§
impl Freeze for AIPerformanceEstimate
impl RefUnwindSafe for AIPerformanceEstimate
impl Send for AIPerformanceEstimate
impl Sync for AIPerformanceEstimate
impl Unpin for AIPerformanceEstimate
impl UnwindSafe for AIPerformanceEstimate
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