_id Id — OPTIONALMongoDB document ObjectID |
id IdThe file identifier, which can be referenced in the API endpoints. |
bytes BytesThe size of the file, in bytes. |
created_at Created AtThe Unix timestamp (in seconds) for when the file was created. |
filename Filename |
object Object14The object type, which is always file. |
purpose Purpose1Possible values: [fine_tune, fine_tune_results, assistants, assistants_output] The intended purpose of the file. Supported values are fine-tune, fine-tune-results, assistants, and assistants_output. |
status StatusPossible values: [uploaded, processed, error] Deprecated. The current status of the file, which can be either uploaded, processed, or error. |
status_details Status Details — OPTIONALDeprecated. For details on why a fine-tuning training file failed validation, see the error field on fine_tuning.job. |