This class contains stats about a Decision Engine Model loaded into the Netrics server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
<GuidAttribute("F3E13CE1-9703-497e-B68D-9F64BB17F5C7")> Public Class NetricsModelStats Implements INetricsModelStats |
C# |
---|
[GuidAttribute("F3E13CE1-9703-497e-B68D-9F64BB17F5C7")] public class NetricsModelStats : INetricsModelStats |
C++ |
---|
[GuidAttribute(L"F3E13CE1-9703-497e-B68D-9F64BB17F5C7")] ref class NetricsModelStats : INetricsModelStats |
J# |
---|
/** @attribute GuidAttribute("F3E13CE1-9703-497e-B68D-9F64BB17F5C7") */ public class NetricsModelStats implements INetricsModelStats |
JScript |
---|
public GuidAttribute("F3E13CE1-9703-497e-B68D-9F64BB17F5C7") class NetricsModelStats extends INetricsModelStats |
Remarks
It can be used to get information about model.
These objects are created and returned by the NetricsServerInterface rllist method. Normally there is no need to explicitly create a NetricsModelStats object.
Inheritance Hierarchy
System.Object
NetricsServerInterface.NetricsModelStats
NetricsServerInterface.NetricsModelStats
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.