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