Struct aws_sdk_sagemaker::model::model_digests::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModelDigests
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn artifact_digest(self, input: impl Into<String>) -> Self
pub fn artifact_digest(self, input: impl Into<String>) -> Self
Provides a hash value that uniquely identifies the stored model artifacts.
sourcepub fn set_artifact_digest(self, input: Option<String>) -> Self
pub fn set_artifact_digest(self, input: Option<String>) -> Self
Provides a hash value that uniquely identifies the stored model artifacts.
sourcepub fn build(self) -> ModelDigests
pub fn build(self) -> ModelDigests
Consumes the builder and constructs a ModelDigests
.