openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.0.0-beta.7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/Custom/FineTuning/Internal/GeneratorStubs.cs

90lines · modecode

1namespace OpenAI.FineTuning;
2
3// CUSTOM: Made internal.
4
5[CodeGenModel("CreateFineTuningJobRequest")]
6internal partial class InternalCreateFineTuningJobRequest { }
7
8[CodeGenModel("CreateFineTuningJobRequestHyperparameters")]
9internal partial class InternalCreateFineTuningJobRequestHyperparameters { }
10
11[CodeGenModel("CreateFineTuningJobRequestIntegration")]
12internal partial class InternalCreateFineTuningJobRequestIntegration { }
13
14[CodeGenModel("CreateFineTuningJobRequestIntegrationType")]
15internal readonly partial struct InternalCreateFineTuningJobRequestIntegrationType { }
16
17[CodeGenModel("CreateFineTuningJobRequestIntegrationWandb")]
18internal partial class InternalCreateFineTuningJobRequestIntegrationWandb { }
19
20[CodeGenModel("CreateFineTuningJobRequestModel")]
21internal readonly partial struct InternalCreateFineTuningJobRequestModel { }
22
23[CodeGenModel("FineTuningIntegration")]
24internal partial class InternalFineTuningIntegration { }
25
26[CodeGenModel("FineTuningIntegrationType")]
27internal readonly partial struct InternalFineTuningIntegrationType { }
28
29[CodeGenModel("FineTuningIntegrationWandb")]
30internal partial class InternalFineTuningIntegrationWandb { }
31
32[CodeGenModel("FineTuningJob")]
33internal partial class InternalFineTuningJob { }
34
35[CodeGenModel("FineTuningJobCheckpoint")]
36internal partial class InternalFineTuningJobCheckpoint { }
37
38[CodeGenModel("FineTuningJobCheckpointMetrics")]
39internal partial class InternalFineTuningJobCheckpointMetrics { }
40
41[CodeGenModel("FineTuningJobCheckpointObject")]
42internal readonly partial struct InternalFineTuningJobCheckpointObject { }
43
44[CodeGenModel("FineTuningJobError")]
45internal partial class InternalFineTuningJobError { }
46
47[CodeGenModel("FineTuningJobEvent")]
48internal partial class InternalFineTuningJobEvent { }
49
50[CodeGenModel("InternalFineTuningJobEventLevel")]
51internal readonly partial struct InternalFineTuningJobEventLevel { }
52
53[CodeGenModel("FineTuningJobEventObject")]
54internal readonly partial struct InternalFineTuningJobEventObject { }
55
56[CodeGenModel("FineTuningJobHyperparameters")]
57internal partial class InternalFineTuningJobHyperparameters { }
58
59[CodeGenModel("FineTuningJobObject")]
60internal readonly partial struct InternalFineTuningJobObject { }
61
62[CodeGenModel("InternalFineTuningJobStatus")]
63internal readonly partial struct InternalFineTuningJobStatus { }
64
65[CodeGenModel("ListFineTuningJobCheckpointsResponse")]
66internal partial class InternalListFineTuningJobCheckpointsResponse { }
67
68[CodeGenModel("ListFineTuningJobCheckpointsResponseObject")]
69internal readonly partial struct InternalListFineTuningJobCheckpointsResponseObject { }
70
71[CodeGenModel("ListFineTuningJobEventsResponse")]
72internal partial class InternalListFineTuningJobEventsResponse { }
73
74[CodeGenModel("ListFineTuningJobEventsResponseObject")]
75internal readonly partial struct InternalListFineTuningJobEventsResponseObject { }
76
77[CodeGenModel("ListPaginatedFineTuningJobsResponse")]
78internal partial class InternalListPaginatedFineTuningJobsResponse { }
79
80[CodeGenModel("ListPaginatedFineTuningJobsResponseObject")]
81internal readonly partial struct InternalListPaginatedFineTuningJobsResponseObject { }
82
83[CodeGenModel("FinetuneCompletionRequestInput")]
84internal partial class InternalFinetuneCompletionRequestInput { }
85
86[CodeGenModel("FinetuneChatRequestInput")]
87internal partial class InternalFinetuneChatRequestInput { }
88
89[CodeGenModel("FineTuneChatCompletionRequestAssistantMessage")]
90internal partial class InternalFineTuneChatCompletionRequestAssistantMessage { }