Table of Contents

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

taskId int
sampleCount int

Properties

SampleCount

Gets the number of samples in the task.

public int SampleCount { get; }

Property Value

int

TaskId

Gets the task identifier.

public int TaskId { get; }

Property Value

int