ArmMachineLearningModelFactory.ColumnTransformer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Column transformer parameters.
public static Azure.ResourceManager.MachineLearning.Models.ColumnTransformer ColumnTransformer(System.Collections.Generic.IEnumerable<string> fields = default, BinaryData parameters = default);
static member ColumnTransformer : seq<string> * BinaryData -> Azure.ResourceManager.MachineLearning.Models.ColumnTransformer
Public Shared Function ColumnTransformer (Optional fields As IEnumerable(Of String) = Nothing, Optional parameters As BinaryData = Nothing) As ColumnTransformer
Parameters
- fields
- IEnumerable<String>
Fields to apply transformer logic on.
- parameters
- BinaryData
Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format.
Returns
A new ColumnTransformer instance for mocking.