pub struct ReportCheckpointInput {
pub artifact_id: Uuid,
pub step: i64,
pub completion_percentage: f64,
pub model_checkpoint_names: Map<String, Value>,
pub user_data: Option<Value>,
}Fields§
§artifact_id: Uuid§step: i64§completion_percentage: f64§model_checkpoint_names: Map<String, Value>§user_data: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReportCheckpointInput
impl RefUnwindSafe for ReportCheckpointInput
impl Send for ReportCheckpointInput
impl Sync for ReportCheckpointInput
impl Unpin for ReportCheckpointInput
impl UnsafeUnpin for ReportCheckpointInput
impl UnwindSafe for ReportCheckpointInput
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