ModelProvider type

Enum to determine the type of fine tuning.
KnownModelProvider can be used interchangeably with ModelProvider, this enum contains the known values that the service supports.

Known values supported by the service

AzureOpenAI: Fine tuning using Azure Open AI model.
Custom: Fine tuning using custom model.

type ModelProvider = string