Struct aws_sdk_glue::model::TransformParameters [−][src]
#[non_exhaustive]pub struct TransformParameters {
pub transform_type: Option<TransformType>,
pub find_matches_parameters: Option<FindMatchesParameters>,
}Expand description
The algorithm-specific parameters that are associated with the machine learning transform.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.transform_type: Option<TransformType>The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
find_matches_parameters: Option<FindMatchesParameters>The parameters for the find matches algorithm.
Implementations
The type of machine learning transform.
For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
The parameters for the find matches algorithm.
Creates a new builder-style object to manufacture TransformParameters
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TransformParameters
impl Send for TransformParameters
impl Sync for TransformParameters
impl Unpin for TransformParameters
impl UnwindSafe for TransformParameters
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
