Fine-Tuning Service
Get Fine-tuning Job
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
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.The object type. Always
fine_tuning.job.The unique identifier of the fine-tuning job.
The human-readable name supplied when the job was created.
The name of the base model being fine-tuned.
The Unix timestamp (in seconds) at which the job was created.
The organization that owns the job.
The job’s current lifecycle stage. One of
PENDING, ADMITTED, RUNNING, COMPLETED, FAILED, PREEMPTED, CANCELLED, PAUSED, INTERRUPTED.Identifiers of the files used to train the model.
Identifiers of the files used to evaluate the model during training.
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.The ID of checkpoint the job was started from, or
null if it trained from the base model.Name of the model produced by the job. This is available once training has succeeded, but is
null until then.The Unix timestamp (in seconds) at which the job finished, or
null if it is not yet complete.For a
COMPLETED job, this indicates whether it succeeded fully (SUCCESS), partially
(PARTIAL), or produced nothing (FAILED); null for any non-completed status.The random seed used for the job.
The suffix supplied on the request, applied to the fine-tuned model’s name.