Skip to content

Task group

CLASS DESCRIPTION
TaskGroupCreateStrict

A strict version of TaskGroupCreate, to be used for task collection.

Attributes

Classes

TaskGroupCreateStrict pydantic-model

Bases: TaskGroupCreate

A strict version of TaskGroupCreate, to be used for task collection.

Fields:

Source code in fractal_server/app/schemas/v2/task_group.py
class TaskGroupCreateStrict(TaskGroupCreate):
    """
    A strict version of TaskGroupCreate, to be used for task collection.
    """

    path: AbsolutePathStr
    version: NonEmptyStr
    venv_path: AbsolutePathStr
    python_version: NonEmptyStr