Python
Fine Tuning Jobs V3 (Beta)
Get Fine Tuning Job
Description
Gets the details of a fine tuning job
Details
This API can be used to get information about a single fine tuning job by ID. To use this API, pass in the id that was returned from your Create Fine Tuning Job API call as a path parameter.
Review the response schema to see the fields that will be returned.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Response
Successful Response
Available options:
PENDING, COMPLETED, FAILED, RUNNING, CANCELED The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
The type of identity that created the entity.
Available options:
user, service_account - LaunchFineTuningJobConfiguration
- LLMEngineFineTuningJobConfiguration
- OpenAIFineTuningJobConfiguration

