nv_dfm_core.api.GreaterThan#

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

Represents a greater than comparison (>).

Parameters:
model_config = {}#

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