| Name | Type | Description | Notes |
|---|---|---|---|
| file | kotlin.Array<kotlin.Byte> | Name of the JSON Lines file to be uploaded. If the `purpose` is set to "fine-tune", each line is a JSON record with "prompt" and "completion" fields representing your training examples. | |
| purpose | kotlin.String | The intended purpose of the uploaded documents. Use "fine-tune" for Fine-tuning. This allows us to validate the format of the uploaded file. |