nv_dfm_core.api.GreaterThanOrEqual#
- class nv_dfm_core.api.GreaterThanOrEqual(*, left, right, operator='>=')[source]#
Represents a greater 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].