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