Uses of Class
com.microsoft.semantickernel.connectors.ai.openai.util.ClientType
-
Packages that use ClientType Package Description com.microsoft.semantickernel.connectors.ai.openai.util -
-
Uses of ClientType in com.microsoft.semantickernel.connectors.ai.openai.util
Methods in com.microsoft.semantickernel.connectors.ai.openai.util that return ClientType Modifier and Type Method Description static ClientTypeClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientType[]ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.connectors.ai.openai.util with parameters of type ClientType Modifier and Type Method Description static com.azure.ai.openai.OpenAIAsyncClientOpenAIClientProvider. get(List<File> propertyFileLocations, ClientType clientType)Get a client, overrides the default locations that are searched for settingsstatic com.azure.ai.openai.OpenAIAsyncClientOpenAIClientProvider. getWithAdditional(List<File> propertyFileLocations, ClientType clientType)Get a client, looks for settings in the default locations as defined by this class, PLUS the additional locations providedConstructors in com.microsoft.semantickernel.connectors.ai.openai.util with parameters of type ClientType Constructor Description OpenAIClientProvider(Map<String,String> configuredSettings, ClientType clientType)Create a new OpenAI client provider
-