Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 360 Bytes

File metadata and controls

21 lines (14 loc) · 360 Bytes

SampleType

Example Usage

from mistralai.client.models import SampleType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: SampleType = "pretrain"

Values

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

  • "pretrain"
  • "instruct"
  • "batch_request"
  • "batch_result"
  • "batch_error"