Struct aws_sdk_glue::model::transform_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TransformParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transform_type(self, input: TransformType) -> Self
pub fn transform_type(self, input: TransformType) -> Self
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
sourcepub fn set_transform_type(self, input: Option<TransformType>) -> Self
pub fn set_transform_type(self, input: Option<TransformType>) -> Self
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
sourcepub fn find_matches_parameters(self, input: FindMatchesParameters) -> Self
pub fn find_matches_parameters(self, input: FindMatchesParameters) -> Self
The parameters for the find matches algorithm.
sourcepub fn set_find_matches_parameters(
self,
input: Option<FindMatchesParameters>
) -> Self
pub fn set_find_matches_parameters(
self,
input: Option<FindMatchesParameters>
) -> Self
The parameters for the find matches algorithm.
sourcepub fn build(self) -> TransformParameters
pub fn build(self) -> TransformParameters
Consumes the builder and constructs a TransformParameters.