Binary Predicate
Classes
LooksLikePredicate(left_param: superlinked.framework.common.schema.schema_object.SchemaField, right_param: collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | bool | None | tuple[str | None, str | None] | superlinked.framework.dsl.query.param.Param, weight: float | int | superlinked.framework.dsl.query.param.Param)
: QueryPredicate(op: ~OPT, params: list[superlinked.framework.common.schema.schema_object.SchemaField | superlinked.framework.dsl.query.param.Param | collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | None | tuple[str | None, str | None]], weight_param: float | int | superlinked.framework.dsl.query.param.Param)
SimilarPredicate(left_param: superlinked.framework.common.schema.schema_object.SchemaField, right_param: collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | bool | None | tuple[str | None, str | None] | superlinked.framework.dsl.query.param.Param, weight: float | int | superlinked.framework.dsl.query.param.Param, left_param_node: superlinked.framework.common.dag.node.Node)
: QueryPredicate(op: ~OPT, params: list[superlinked.framework.common.schema.schema_object.SchemaField | superlinked.framework.dsl.query.param.Param | collections.abc.Sequence[str] | collections.abc.Sequence[float] | PIL.Image.Image | str | int | float | None | tuple[str | None, str | None]], weight_param: float | int | superlinked.framework.dsl.query.param.Param)
Last updated