Public Fine-tuning

Get fine-tuning job status

get/api/v1/public/finetuning/{jobId}

Path parameters

jobIdstring uuid required

Response

Fine-tuning job status

idstring uuid required
namestring required
snapshot_idstring uuid required
status'processing' | 'completed' | 'failed' required

Changes

Changed in 2 of the 19 revisions of this API.12

  • 2cb1f5df1b8911See the full diff
    • removed the required property // from the response with the status

      response-required-property-removed

    • added the required property // to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added