Struct aws_sdk_sagemaker::model::model_metadata_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModelMetadataSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain(self, input: impl Into<String>) -> Self
pub fn domain(self, input: impl Into<String>) -> Self
The machine learning domain of the model.
sourcepub fn set_domain(self, input: Option<String>) -> Self
pub fn set_domain(self, input: Option<String>) -> Self
The machine learning domain of the model.
sourcepub fn framework(self, input: impl Into<String>) -> Self
pub fn framework(self, input: impl Into<String>) -> Self
The machine learning framework of the model.
sourcepub fn set_framework(self, input: Option<String>) -> Self
pub fn set_framework(self, input: Option<String>) -> Self
The machine learning framework of the model.
sourcepub fn framework_version(self, input: impl Into<String>) -> Self
pub fn framework_version(self, input: impl Into<String>) -> Self
The framework version of the model.
sourcepub fn set_framework_version(self, input: Option<String>) -> Self
pub fn set_framework_version(self, input: Option<String>) -> Self
The framework version of the model.
sourcepub fn build(self) -> ModelMetadataSummary
pub fn build(self) -> ModelMetadataSummary
Consumes the builder and constructs a ModelMetadataSummary
.