Struct aws_sdk_glue::model::TransformParameters
source · #[non_exhaustive]pub struct TransformParameters { /* private fields */ }Expand description
The algorithm-specific parameters that are associated with the machine learning transform.
Implementations§
source§impl TransformParameters
impl TransformParameters
sourcepub fn transform_type(&self) -> Option<&TransformType>
pub fn transform_type(&self) -> Option<&TransformType>
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) -> Option<&FindMatchesParameters>
pub fn find_matches_parameters(&self) -> Option<&FindMatchesParameters>
The parameters for the find matches algorithm.
source§impl TransformParameters
impl TransformParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransformParameters.
Trait Implementations§
source§impl Clone for TransformParameters
impl Clone for TransformParameters
source§fn clone(&self) -> TransformParameters
fn clone(&self) -> TransformParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TransformParameters
impl Debug for TransformParameters
source§impl PartialEq<TransformParameters> for TransformParameters
impl PartialEq<TransformParameters> for TransformParameters
source§fn eq(&self, other: &TransformParameters) -> bool
fn eq(&self, other: &TransformParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.