pub struct Builder { /* private fields */ }
Expand description
A builder for EdgeDeploymentModelConfig
.
Implementations§
source§impl 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
.