InputOutputColumnPair Class
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.
Specifies input and output column names for transformer components that operate on multiple columns.
public sealed class InputOutputColumnPair
type InputOutputColumnPair = class
Public NotInheritable Class InputOutputColumnPair
- Inheritance
-
InputOutputColumnPair
It is often advantageous to transform several columns at once as all of the changes can be done in a single data pass.
Input |
Specifies input and output column names for a transformation. |
Input |
Name of the column to transform. If set to |
Output |
Name of the column resulting from the transformation of InputColumnName. |
Product | Versions |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |