Struct aws_sdk_sagemaker::model::edge_model_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EdgeModelSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the model.
sourcepub fn model_version(self, input: impl Into<String>) -> Self
pub fn model_version(self, input: impl Into<String>) -> Self
The version model.
sourcepub fn set_model_version(self, input: Option<String>) -> Self
pub fn set_model_version(self, input: Option<String>) -> Self
The version model.
sourcepub fn build(self) -> EdgeModelSummary
pub fn build(self) -> EdgeModelSummary
Consumes the builder and constructs a EdgeModelSummary
.