Class ModelCompiler.CompileEventArgs
Data passed to event handlers for the Compiling and Compiled events.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class CompileEventArgs : EventArgs
Fields
Exception
If compilation failed, the exception that was thrown. Otherwise null.
Declaration
public Exception Exception
Field Value
Type | Description |
---|---|
Exception |
Warnings
After compilation, the set of warnings. Otherwise null.
Declaration
public ICollection<TransformError> Warnings
Field Value
Type | Description |
---|---|
ICollection<TransformError> |