Struct aws_sdk_sagemaker::output::create_algorithm_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateAlgorithmOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn algorithm_arn(self, input: impl Into<String>) -> Self
pub fn algorithm_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the new algorithm.
sourcepub fn set_algorithm_arn(self, input: Option<String>) -> Self
pub fn set_algorithm_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the new algorithm.
sourcepub fn build(self) -> CreateAlgorithmOutput
pub fn build(self) -> CreateAlgorithmOutput
Consumes the builder and constructs a CreateAlgorithmOutput
.