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