MyClassConfigPM
Bases: ExtraBaseModel
Pydantic model for the configuration of the module.
Attributes:
| Name | Type | Description |
|---|---|---|
min_length |
int
|
Minimum length of the list. |
max_length |
int
|
Maximum length of the list. |
min_value |
(float
|
Minimum value for the module. |
max_value |
(float
|
Maximum value for the module. |
threshold |
(float
|
Threshold value for the module. |