Partager via


ColumnTransformer Class

Definition

Column transformer parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ColumnTransformerTypeConverter))]
public class ColumnTransformer : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IColumnTransformer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ColumnTransformerTypeConverter))>]
type ColumnTransformer = class
    interface IColumnTransformer
    interface IJsonSerializable
Public Class ColumnTransformer
Implements IColumnTransformer
Inheritance
ColumnTransformer
Attributes
Implements

Constructors

ColumnTransformer()

Creates an new ColumnTransformer instance.

Properties

Field

Fields to apply transformer logic on.

Parameter

Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ColumnTransformer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ColumnTransformer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IColumnTransformer.

FromJsonString(String)

Creates a new instance of ColumnTransformer, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ColumnTransformer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to