Class CreateFineTuneJobRequest
- Namespace
- OpenAI.FineTuning
- Assembly
- OpenAI-DotNet.dll
public sealed class CreateFineTuneJobRequest
- Inheritance
-
CreateFineTuneJobRequest
- Inherited Members
-
Constructors
CreateFineTuneJobRequest(Model, string, HyperParameters, string, string)
public CreateFineTuneJobRequest(Model model, string trainingFileId, HyperParameters hyperParameters = null, string suffix = null, string validationFileId = null)
Parameters
model
Model
trainingFileId
string
hyperParameters
HyperParameters
suffix
string
validationFileId
string
Properties
HyperParameters
[JsonPropertyName("hyperparameters")]
public HyperParameters HyperParameters { get; set; }
Property Value
- HyperParameters
Model
[JsonPropertyName("model")]
public string Model { get; set; }
Property Value
- string
Suffix
[JsonPropertyName("suffix")]
public string Suffix { get; set; }
Property Value
- string
TrainingFileId
[JsonPropertyName("training_file")]
public string TrainingFileId { get; set; }
Property Value
- string
ValidationFileId
[JsonPropertyName("validation_file")]
public string ValidationFileId { get; set; }
Property Value
- string