pub struct TrainingArtifactOptions {
pub cv_artifacts: CvArtifactRetention,
pub prediction_caches: PredictionCacheRetention,
pub fitted_artifacts: FittedArtifactMode,
}Fields§
§cv_artifacts: CvArtifactRetention§prediction_caches: PredictionCacheRetention§fitted_artifacts: FittedArtifactModeTrait Implementations§
Source§impl Clone for TrainingArtifactOptions
impl Clone for TrainingArtifactOptions
Source§fn clone(&self) -> TrainingArtifactOptions
fn clone(&self) -> TrainingArtifactOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrainingArtifactOptions
impl Debug for TrainingArtifactOptions
Source§impl<'de> Deserialize<'de> for TrainingArtifactOptions
impl<'de> Deserialize<'de> for TrainingArtifactOptions
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
impl Eq for TrainingArtifactOptions
Source§impl PartialEq for TrainingArtifactOptions
impl PartialEq for TrainingArtifactOptions
Source§impl Serialize for TrainingArtifactOptions
impl Serialize for TrainingArtifactOptions
impl StructuralPartialEq for TrainingArtifactOptions
Auto Trait Implementations§
impl Freeze for TrainingArtifactOptions
impl RefUnwindSafe for TrainingArtifactOptions
impl Send for TrainingArtifactOptions
impl Sync for TrainingArtifactOptions
impl Unpin for TrainingArtifactOptions
impl UnsafeUnpin for TrainingArtifactOptions
impl UnwindSafe for TrainingArtifactOptions
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.