Struct ark_api::ml::ExperimentConfig
source · [−]pub struct ExperimentConfig {
pub ark_config: ArkExperimentConfig,
pub module_config: String,
}
Fields
ark_config: ArkExperimentConfig
Additional configuration options passed to the start_training
call.
module_config: String
The custom configuration passed to the start_training
call.
Auto Trait Implementations
impl RefUnwindSafe for ExperimentConfig
impl Send for ExperimentConfig
impl Sync for ExperimentConfig
impl Unpin for ExperimentConfig
impl UnwindSafe for ExperimentConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more