MLTransform Parameters Args
data class MLTransformParametersArgs(val findMatchesParameters: Output<MLTransformParametersFindMatchesParametersArgs>, val transformType: Output<String>) : ConvertibleToJava<MLTransformParametersArgs>
Constructors
Link copied to clipboard
constructor(findMatchesParameters: Output<MLTransformParametersFindMatchesParametersArgs>, transformType: Output<String>)
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.