Struct aws_sdk_glue::model::transform_parameters::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for TransformParameters.
Implementations
sourceimpl 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.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more