Class CreateFineTuningJobRequest
CreateFineTuningJobRequest class
Represents a request for the Create Fine-Tuning Job endpoint.
public class CreateFineTuningJobRequest
Constructors
Properties
Name | Description |
---|
Hyperparameters { get; set; } | Gets or sets the hyperparameters used for the fine-tuning job. |
Model { get; set; } | Gets or sets the name of the model to fine-tune. You can select one of the supported models. |
TrainingFile { get; set; } | Gets or sets the ID of an uploaded file that contains training data. |
See Also