pub struct Builder { /* private fields */ }Expand description
A builder for DeleteLanguageModelInput.
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 custom language model you want to delete. Model names are case sensitive.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the custom language model you want to delete. Model names are case sensitive.
sourcepub fn build(self) -> Result<DeleteLanguageModelInput, BuildError>
pub fn build(self) -> Result<DeleteLanguageModelInput, BuildError>
Consumes the builder and constructs a DeleteLanguageModelInput.