queries
- Name: cognitivefactory.interactive_clustering_gui.models.queries
- Description: Definition of query parameters models required for application requests.
- Author: Erwan Schild
- Created: 07/02/2022
- Licence: CeCILL-C License v1.0 (https://cecill.info/licences.fr.html)
ConstraintsSortOptions
¶
Bases: str
, Enum
The enumeration of available options for constraints sort.
Source code in src\cognitivefactory\interactive_clustering_gui\models\queries.py
34 35 36 37 38 39 40 41 42 43 44 |
|
ConstraintsValues
¶
Bases: str
, Enum
The enumeration of available constraints values.
Source code in src\cognitivefactory\interactive_clustering_gui\models\queries.py
22 23 24 25 26 |
|
TextsSortOptions
¶
Bases: str
, Enum
The enumeration of available options for texts sort.
Source code in src\cognitivefactory\interactive_clustering_gui\models\queries.py
52 53 54 55 56 57 |
|