nv_dfm_core.api.LessThanOrEqual#
- class nv_dfm_core.api.LessThanOrEqual(*, left, right, operator='<=')[source]#
Represents a less than or equal 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].