5 references to InferenceExceptionType
Microsoft.ML.AutoML (5)
API\InferenceException.cs (3)
33public InferenceExceptionType InferenceExceptionType; 35internal InferenceException(InferenceExceptionType inferenceType, string message) 40internal InferenceException(InferenceExceptionType inferenceType, string message, Exception inner)
ColumnInference\ColumnInferenceApi.cs (2)
124throw new InferenceException(InferenceExceptionType.ColumnSplit, 152throw new InferenceException(InferenceExceptionType.ColumnDataType, "Unable to infer column types of the file provided.");