Uses of Class
com.azure.ai.openai.models.AzureChatExtensionConfiguration
Packages that use AzureChatExtensionConfiguration
-
Uses of AzureChatExtensionConfiguration in com.azure.ai.openai.models
Subclasses of AzureChatExtensionConfiguration in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classA specific representation of configurable options for Azure Cosmos DB when using it as an Azure OpenAI chat extension.final classA specific representation of configurable options for Azure Machine Learning vector index when using it as an Azure OpenAI chat extension.final classA specific representation of configurable options for Azure Search when using it as an Azure OpenAI chat extension.final classA specific representation of configurable options for Elasticsearch when using it as an Azure OpenAI chat extension.final classA specific representation of configurable options for Pinecone when using it as an Azure OpenAI chat extension.Methods in com.azure.ai.openai.models that return AzureChatExtensionConfigurationModifier and TypeMethodDescriptionAzureChatExtensionConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureChatExtensionConfiguration from the JsonReader.Methods in com.azure.ai.openai.models that return types with arguments of type AzureChatExtensionConfigurationModifier and TypeMethodDescriptionChatCompletionsOptions.getDataSources()Get the dataSources property: The configuration entries for Azure OpenAI chat extensions that use them.Method parameters in com.azure.ai.openai.models with type arguments of type AzureChatExtensionConfigurationModifier and TypeMethodDescriptionChatCompletionsOptions.setDataSources(List<AzureChatExtensionConfiguration> dataSources) Set the dataSources property: The configuration entries for Azure OpenAI chat extensions that use them.