2 references to ExpectedColumnType
Microsoft.ML.Transforms (2)
Text\TextNormalizing.cs (2)
120
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", ColumnPairs[col].inputColumnName, TextNormalizingEstimator.
ExpectedColumnType
, type.ToString());
587
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.inputColumnName, TextNormalizingEstimator.
ExpectedColumnType
, col.ItemType.ToString());