Class MessageUpdatedEventArgs
Provides information about a message that has just been updated, in the course of executing an inference algorithm.
Inherited Members
Namespace: Microsoft.ML.Probabilistic
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class MessageUpdatedEventArgs : EventArgs
Properties
Message
The message that was computed. Note: this is the actual message and not a copy, so it should not be modified.
Declaration
public object Message { get; }
Property Value
Type | Description |
---|---|
Object |
MessageId
The name of the variable holding the message in the generated code.
Declaration
public string MessageId { get; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |