nv_dfm_core.api.NotEqual#

class nv_dfm_core.api.NotEqual(*, left, right, operator='!=')[source]#

Represents a not equal comparison (!=).

Parameters:
model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].