Plugin
This class represents an interface for task log plugins to implement. It allows plugins to integrate generated task log links into task events by providing a method to generate a TaskLog object based on computation information.
Methods
GetTaskLogs()
@classmethod
def GetTaskLogs(
i: Input
) - > Output
Generates a TaskLog object given necessary computation information
Parameters
| Name | Type | Description |
|---|---|---|
| i | Input | The input containing necessary computation information to generate task logs. |
Returns
| Type | Description |
|---|---|
Output | The generated TaskLog object. |