Fine-Tuning Service
Get Fine-tuning Job Details
Get a fine-tuning job by ID
GET
Requires version 1.1.5 or later of the Archetype platform.
Overview
Returns details about a fine-tuning job, given its TypeID-encoded ID.Request
string
required
The fine-tuning job ID for which to return details. This is a TypeID-encoded identifier with
the
FineTuningJobId prefix.Response
Returns a description of the specified fine-tuning job.string
required
The object type. Always
fine_tuning.job.string
required
The unique identifier of the fine-tuning job.
string
required
The human-readable name supplied when the job was created.
string
required
The name of the base model being fine-tuned.
integer
required
The Unix timestamp (in seconds) at which the job was created.
string
required
The organization that owns the job.
string
required
The job’s current lifecycle stage. One of
PENDING, ADMITTED, RUNNING, COMPLETED, FAILED, PREEMPTED, CANCELLED, PAUSED, INTERRUPTED.string
If and only if the job’s
status is COMPLETED, this property’s value indicates how the
job completed. It is set once upon completion and is never set for a job which is not
completed; for incomplete jobs, this value is always omitted. v1.1.5+For completed jobs, the following values are possible:array
required
Identifiers of the files used to train the model.
array
required
Identifiers of the files used to evaluate the model during training.
array
required
Failure detail when the job has failed, as the platform error envelope (a list of
{code, message, suggestion, error_uid}). Empty while the job is queued/running or on success.string
The ID of checkpoint the job was started from, or
null if it trained from the base model.string
Name of the model produced by the job. This is available once training has succeeded, but is
null until then.integer
The Unix timestamp (in seconds) at which the job finished, or
null if it is not yet complete.string
For a
COMPLETED job, this indicates whether it succeeded fully (SUCCESS), partially
(PARTIAL), or produced nothing (FAILED); null for any non-completed status.integer
The random seed used for the job.
string
The suffix supplied on the request, applied to the fine-tuned model’s name.