InferenceExceptionType Enum
Definition
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.
Type of exception encountered by AutoML.
public enum InferenceExceptionType
type InferenceExceptionType =
Public Enum InferenceExceptionType
- Inheritance
-
InferenceExceptionType
Fields
Name | Value | Description |
---|---|---|
ColumnDataType | 0 | Exception that occurs when AutoML is inferring the data type of a column. |
ColumnSplit | 1 | Exception that occurs when AutoML is attempting to split a dataset into distinct columns. |