MLTransformParametersArgs

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
val transformType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): MLTransformParametersArgs