Struct ark_api::ml::CloudWorkerSettings
source · pub struct CloudWorkerSettings {
pub module_id: String,
pub worker_count: u8,
}Expand description
Settings used to construct the cloud worker when training in the cloud.
Fields§
§module_id: StringThe module id to run when using cloud workers.
worker_count: u8The number of workers to use in the cloud.
Trait Implementations§
source§impl Clone for CloudWorkerSettings
impl Clone for CloudWorkerSettings
source§fn clone(&self) -> CloudWorkerSettings
fn clone(&self) -> CloudWorkerSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for CloudWorkerSettings
impl Send for CloudWorkerSettings
impl Sync for CloudWorkerSettings
impl Unpin for CloudWorkerSettings
impl UnwindSafe for CloudWorkerSettings
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