Class CompilerResults
Inheritance
CompilerResults
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class CompilerResults
Constructors
CompilerResults(Assembly, Boolean, List<String>)
Declaration
public CompilerResults(Assembly compiledAssembly, bool success, List<string> errors)
Parameters
Properties
CompiledAssembly
Declaration
public Assembly CompiledAssembly { get; }
Property Value
Errors
Declaration
public List<string> Errors { get; }
Property Value
Success
Declaration
public bool Success { get; }
Property Value