Class CreateFineTuningJobResponse

CreateFineTuningJobResponse class

Represents a response from the Create Fine-Tuning Job endpoint.

public class CreateFineTuningJobResponse

Constructors

NameDescription
CreateFineTuningJobResponse()The default constructor.

Properties

NameDescription
CreatedAt { get; set; }Gets or sets the Unix timestamp (in seconds) of when the fine-tuning job was created.
FineTunedModel { get; set; }Gets or sets the name of the fine-tuned model, once complete.
Id { get; set; }Gets or sets a unique identifier for the fine-tuning job.
Model { get; set; }Gets or sets the model used for the fine-tuning job.
Object { get; set; }Gets or sets the object type, which is always fine_tuning.job.
OrganizationId { get; set; }Gets or sets the organization that owns the fine-tuning job.
ResultFiles { get; set; }Gets or sets the list of result files for the fine-tuning job.
Status { get; set; }Gets or sets the status of the fine-tuning job.
TrainingFile { get; set; }Gets or sets the ID of an uploaded file that contains training data.
ValidationFile { get; set; }Gets or sets the ID of an uploaded file that contains validation data.

See Also