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