nv_dfm_core.api.Not#
- class nv_dfm_core.api.Not(*, operator='not', exp)[source]#
Represents a logical NOT operation.
- Parameters:
operator (Literal['not'])
exp (Expression | NodeRef | list[JsonValue] | str | bool | int | float | None | And | Or | Not | Equal | NotEqual | GreaterThan | GreaterThanOrEqual | LessThan | LessThanOrEqual)
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].