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