Query Param Model Validator Info
Classes
QueryParamModelValidatorInfo(clause_collector: superlinked.framework.dsl.query.nlq.nlq_clause_collector.NLQClauseCollector)
:
### Instance variables
`allowed_values_by_param: Mapping[str, set[collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | bool | None | tuple[str | None, str | None]]]`
:
`space_param_name_and_space_weight_param_names: Sequence[tuple[str, str]]`
:
`space_weight_param_name_by_space: Mapping[superlinked.framework.dsl.space.space.Space, str]`
:
`weight_param_names: list[str] | None`
:
Last updated
Was this helpful?