pub struct Builder { /* private fields */ }
Expand description
A builder for ModelCardSecurityConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
A Key Management Service key ID to use for encrypting a model card.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
A Key Management Service key ID to use for encrypting a model card.
sourcepub fn build(self) -> ModelCardSecurityConfig
pub fn build(self) -> ModelCardSecurityConfig
Consumes the builder and constructs a ModelCardSecurityConfig
.