Operator

March 18, 2026 ยท View on GitHub

The operator to use for filtering options

Example Usage

from mistralai.client.models import Operator
value: Operator = "lt"

Values

  • "lt"
  • "lte"
  • "gt"
  • "gte"
  • "startswith"
  • "istartswith"
  • "endswith"
  • "iendswith"
  • "contains"
  • "icontains"
  • "matches"
  • "notcontains"
  • "inotcontains"
  • "eq"
  • "neq"
  • "isnull"
  • "includes"
  • "excludes"
  • "len_eq"