server.web.models.task_attribute

Task Attribute Table.

Classes

TaskAttribute

Task Attribute Table.

Module Contents

class server.web.models.task_attribute.TaskAttribute

Bases: jobmon.server.web.models.Base

Task Attribute Table.

task_id
task_attribute_type_id
value
classmethod from_wire(dct: Dict) Any

Task Attribute object created from dict.

to_wire() Dict

Task attribute attributes to dict.