Finetuning
Retrain FinetuneJob
Retrain a finetune model.
POST
/
tune.Studio
/
RetrainFinetuneJob
Authorizations
X-Tune-Key
string
headerrequiredTune 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
id
string
The id of the finetune job.
name
string
The name of the finetune job.
baseModel
string
LLM model id which is supported by tune.Studio or any huggingface model.
trackerId
string
tracker id of the for finetune analytics.
datasets
object[]
dataset for the finetune job.
resource
object
Used to specify the resource requirement for a (job, model).
featureGates
object
feature gates for the finetune job (internal use).
trainingConfig
object
training config for the finetune job.
meta
object
status
string
status of the finetune job.
createdAt
string
The time the finetune job was created.
updatedAt
string
The time the finetune job was last updated.
startedAt
string
The time the finetune job was started.
finishedAt
string
The time the finetune job was finished.
Was this page helpful?