MLTransformParameters

data class MLTransformParameters(val findMatchesParameters: MLTransformParametersFindMatchesParameters, val transformType: String)

Constructors

Link copied to clipboard
constructor(findMatchesParameters: MLTransformParametersFindMatchesParameters, transformType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The parameters for the find matches algorithm. see Find Matches Parameters.

Link copied to clipboard

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