Struct aws_sdk_sagemaker::model::categorical_parameter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CategoricalParameter
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
Appends an item to value
.
To override the contents of this collection use set_value
.
The list of values you can pass.
sourcepub fn build(self) -> CategoricalParameter
pub fn build(self) -> CategoricalParameter
Consumes the builder and constructs a CategoricalParameter
.