ResourceType

May 22, 2026 ยท View on GitHub

Example Usage

from mistralai.client.models import ResourceType

# Open enum: unrecognized values are captured as UnrecognizedInt
value: ResourceType = 1

Values

This is an open enum. Unrecognized values will not fail type checks.

  • 1
  • 2
  • 3
  • 4