Class: Aws::Glue::Types::TransformParameters
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::TransformParameters
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The algorithm-specific parameters that are associated with the machine learning transform.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #find_matches_parameters  ⇒ Types::FindMatchesParameters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parameters for the find matches algorithm. 
- 
  
    
      #transform_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of machine learning transform. 
Instance Attribute Details
#find_matches_parameters ⇒ Types::FindMatchesParameters
The parameters for the find matches algorithm.
| 26082 26083 26084 26085 26086 26087 | # File 'lib/aws-sdk-glue/types.rb', line 26082 class TransformParameters < Struct.new( :transform_type, :find_matches_parameters) SENSITIVE = [] include Aws::Structure end | 
#transform_type ⇒ String
The type of machine learning transform.
For information about the types of machine learning transforms, see [Creating Machine Learning Transforms].
[1]: docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html
| 26082 26083 26084 26085 26086 26087 | # File 'lib/aws-sdk-glue/types.rb', line 26082 class TransformParameters < Struct.new( :transform_type, :find_matches_parameters) SENSITIVE = [] include Aws::Structure end |