Search Results for

    Show / Hide Table of Contents

    Class ModelCompiler.CompileEventArgs

    Data passed to event handlers for the Compiling and Compiled events.

    Inheritance
    Object
    EventArgs
    ModelCompiler.CompileEventArgs
    Inherited Members
    EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.