server.web.models.task_attribute ================================ .. py:module:: server.web.models.task_attribute .. autoapi-nested-parse:: Task Attribute Table. Classes ------- .. autoapisummary:: server.web.models.task_attribute.TaskAttribute Module Contents --------------- .. py:class:: TaskAttribute Bases: :py:obj:`jobmon.server.web.models.Base` Task Attribute Table. .. py:attribute:: task_id .. py:attribute:: task_attribute_type_id .. py:attribute:: value .. py:method:: from_wire(dct: Dict) -> Any :classmethod: Task Attribute object created from dict. .. py:method:: to_wire() -> Dict Task attribute attributes to dict.