templates.MultipolarCrowdWorkerTemplateSchema
- class templates.MultipolarCrowdWorkerTemplateSchema(*args, **kwargs)
Multipolar Crowd Worker template
- Parameters:
filepath (str) – Path to a file
uid_col (str) – UID column
label_col (str) – Label column
- static artifact_config_keys()
The names of the fields in the template schema pydantic model that represent paths to files or directories that contain data which back the LF template. For example, paths to a dictionary on disk that’s used within an LF.
- Return type:
List
[str
]