Skip to main content

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

NameTypeDescription
iInputThe input containing necessary computation information to generate task logs.

Returns

TypeDescription
OutputThe generated TaskLog object.