templates.DictTemplateSchema
- class templates.DictTemplateSchema(*args, **kwargs)
Dictionary template
Parameters
Parameters
Name Type Default Info field str
Field. combiner {"ANY", "ALL", "NONE"}
Combiner. filepath str
Path to a file. case_sensitive bool
False
Case sensitive or not. tokenize bool
True
Tokenize or not. remove_header bool
False
If True, remove the first row. class_index int
0
Index of the column containing keywords. - 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
Return type
List
[str
]
artifact\_config\_keys
artifact_config_keys