pub struct Builder { /* private fields */ }Expand description
A builder for EdgeDeploymentModelConfig.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn model_handle(self, input: impl Into<String>) -> Self
pub fn model_handle(self, input: impl Into<String>) -> Self
The name the device application uses to reference this model.
sourcepub fn set_model_handle(self, input: Option<String>) -> Self
pub fn set_model_handle(self, input: Option<String>) -> Self
The name the device application uses to reference this model.
sourcepub fn edge_packaging_job_name(self, input: impl Into<String>) -> Self
pub fn edge_packaging_job_name(self, input: impl Into<String>) -> Self
The edge packaging job associated with this deployment.
sourcepub fn set_edge_packaging_job_name(self, input: Option<String>) -> Self
pub fn set_edge_packaging_job_name(self, input: Option<String>) -> Self
The edge packaging job associated with this deployment.
sourcepub fn build(self) -> EdgeDeploymentModelConfig
pub fn build(self) -> EdgeDeploymentModelConfig
Consumes the builder and constructs a EdgeDeploymentModelConfig.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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