Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.23k stars 4.58k forks source link

[OpenAI] Implement preview `FineTuningClient`'s convenience methods #42441

Open joseharriaga opened 5 months ago

joseharriaga commented 5 months ago
- [ ] Convenience methods
- [ ] Models and model factory methods
- [ ] Architecture review

Complete the tasks above for each of the following features:

  1. Create fine-tuning job
  2. List fine-tuning jobs
  3. List-fine-tuning events
  4. Retrieve fine-tuning job
  5. Cancel fine-tuning
pallavit commented 5 months ago

Same as model management client. I would expect this to be the lower priority than some of the other functionality. Shoudl this be considered p1?

joseharriaga commented 5 months ago

https://github.com/Azure/azure-sdk-for-net/issues/42681