v27

latestOpenAPI 3.0.02026-07-1347144237.4 KB
Fine-tuning:

Gets a list of all fine-tune jobs owned by the Azure OpenAI resource. The details that are returned for each fine-tune job contain besides its identifier the base model, training and validation files, hyper parameters, time stamps, status and events. Events are created when the job status changes, e.g. running or complete, and when results are uploaded.

get/fine_tuning/jobs

Query parameters

afterstring

Identifier for the last event from the previous pagination request.

limitinteger

Number of events to retrieve. Defaults to 20.

api-versionstring required

The requested API version.

Response

Success

object'list' | 'fine_tuning.job' | 'file' | 'fine_tuning.job.event' | 'fine_tuning.job.checkpoint' | 'model' | 'upload' | 'upload.part' | 'batch' | 'wandb'

Defines the type of an object.

has_moreboolean

A value indicating whether the list contains more elements than returned.