server.web.schemas.array ======================== .. py:module:: server.web.schemas.array Classes ------- .. autoapisummary:: server.web.schemas.array.ArrayTaskInstance server.web.schemas.array.ArrayTasksResponse Module Contents --------------- .. py:class:: ArrayTaskInstance Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: TASK_ID :type: int .. py:attribute:: TASK_NAME :type: str .. py:attribute:: ARRAY_NAME :type: str .. py:attribute:: TASK_INSTANCE_ID :type: int .. py:attribute:: OUTPUT_PATH :type: str .. py:attribute:: ERROR_PATH :type: str .. py:class:: ArrayTasksResponse Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: array_tasks :type: List[ArrayTaskInstance]