Class: Aws::Glue::Types::TransformParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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

Instance Attribute Details

#find_matches_parametersTypes::FindMatchesParameters

The parameters for the find matches algorithm.



21586
21587
21588
21589
21590
21591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21586

class TransformParameters < Struct.new(
  :transform_type,
  :find_matches_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#transform_typeString

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.

Returns:

  • (String)


21586
21587
21588
21589
21590
21591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21586

class TransformParameters < Struct.new(
  :transform_type,
  :find_matches_parameters)
  SENSITIVE = []
  include Aws::Structure
end