Values_2.SchemaColumnSourceA key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.
type nonrec t = {name : Values_0.ColumnNameString.t option;The name of the column.
*)dataType : Values_0.ColumnTypeString.t option;The type of data in the column.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ColumnNameString.t ]) list ]