POST
/
tune.Studio
/
RetrainFinetuneJob

Authorizations

X-Tune-Key
string
header
required

Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)

Body

application/json
auth
object
job
object

Response

200 - application/json
baseModel
string

LLM model id which is supported by tune.Studio or any huggingface model.

createdAt
string

The time the finetune job was created.

datasets
object[]

dataset for the finetune job.

featureGates
object

feature gates for the finetune job (internal use).

finishedAt
string

The time the finetune job was finished.

id
string

The id of the finetune job.

meta
object
name
string

The name of the finetune job.

resource
object

Used to specify the resource requirement for a (job, model).

startedAt
string

The time the finetune job was started.

status
string

status of the finetune job.

trackerId
string

tracker id of the for finetune analytics.

trainingConfig
object

training config for the finetune job.

updatedAt
string

The time the finetune job was last updated.