Class TaskEventArgs
- Namespace
- AiDotNet.ContinualLearning.Interfaces
- Assembly
- AiDotNet.dll
Event arguments for task events.
public class TaskEventArgs : EventArgs
- Inheritance
-
TaskEventArgs
- Derived
- Inherited Members
Constructors
TaskEventArgs(int, int)
Initializes a new instance of the TaskEventArgs class.
public TaskEventArgs(int taskId, int sampleCount)
Parameters
Properties
SampleCount
Gets the number of samples in the task.
public int SampleCount { get; }
Property Value
TaskId
Gets the task identifier.
public int TaskId { get; }