Struct aws_sdk_sagemaker::input::delete_model_card_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteModelCardInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_card_name(self, input: impl Into<String>) -> Self
pub fn model_card_name(self, input: impl Into<String>) -> Self
The name of the model card to delete.
sourcepub fn set_model_card_name(self, input: Option<String>) -> Self
pub fn set_model_card_name(self, input: Option<String>) -> Self
The name of the model card to delete.
sourcepub fn build(self) -> Result<DeleteModelCardInput, BuildError>
pub fn build(self) -> Result<DeleteModelCardInput, BuildError>
Consumes the builder and constructs a DeleteModelCardInput
.