unilab.utils.support_matrix.SupportRow

class unilab.utils.support_matrix.SupportRow[source]

Bases: object

SupportRow(entrypoint_label: ‘str’, task_slug: ‘str’, task_label: ‘str’, cells: ‘dict[str, SupportCell]’)

Parameters:

Methods

__init__(entrypoint_label, task_slug, ...)

Attributes

entrypoint_label: str
task_slug: str
task_label: str
cells: dict[str, SupportCell]
__init__(entrypoint_label, task_slug, task_label, cells)
Parameters: