InferenceExceptionType Enum

Definition

Type of exception encountered by AutoML.

public enum InferenceExceptionType
type InferenceExceptionType = 
Public Enum InferenceExceptionType
Inheritance
InferenceExceptionType

Fields

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.

Applies to