Uses of Class
com.azure.ai.openai.models.AzureChatExtensionType
Packages that use AzureChatExtensionType
-
Uses of AzureChatExtensionType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AzureChatExtensionTypeModifier and TypeFieldDescriptionstatic final AzureChatExtensionTypeAzureChatExtensionType.AZURE_COSMOS_DBRepresents the use of Azure Cosmos DB as an Azure OpenAI chat extension.static final AzureChatExtensionTypeAzureChatExtensionType.AZURE_MACHINE_LEARNING_INDEXRepresents the use of Azure Machine Learning index as an Azure OpenAI chat extension.static final AzureChatExtensionTypeAzureChatExtensionType.AZURE_SEARCHRepresents the use of Azure AI Search as an Azure OpenAI chat extension.static final AzureChatExtensionTypeAzureChatExtensionType.ELASTICSEARCHRepresents the use of Elasticsearch® index as an Azure OpenAI chat extension.static final AzureChatExtensionTypeAzureChatExtensionType.PINECONERepresents the use of Pinecone index as an Azure OpenAI chat extension.Methods in com.azure.ai.openai.models that return AzureChatExtensionTypeModifier and TypeMethodDescriptionstatic AzureChatExtensionTypeAzureChatExtensionType.fromString(String name) Creates or finds a AzureChatExtensionType from its string representation.AzureChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.AzureCosmosDBChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.AzureMachineLearningIndexChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.AzureSearchChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.ElasticsearchChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.PineconeChatExtensionConfiguration.getType()Get the type property: The label for the type of an Azure chat extension.Methods in com.azure.ai.openai.models that return types with arguments of type AzureChatExtensionTypeModifier and TypeMethodDescriptionstatic Collection<AzureChatExtensionType>AzureChatExtensionType.values()Gets known AzureChatExtensionType values.