Uses of Class
com.azure.search.documents.knowledgebases.SearchKnowledgeBaseClientBuilder
Packages that use SearchKnowledgeBaseClientBuilder
Package
Description
For more information about Azure AI Search KnowledgeBases, supported features, and usage guidelines, see the Azure documentation and the Azure SDK for Java guidelines.
-
Uses of SearchKnowledgeBaseClientBuilder in com.azure.search.documents.knowledgebases
Classes in com.azure.search.documents.knowledgebases that implement interfaces with type arguments of type SearchKnowledgeBaseClientBuilderModifier and TypeClassDescriptionfinal classThis class provides a fluent builder API to help configure and instantiateSearchKnowledgeBaseClientandSearchKnowledgeBaseAsyncClientfor interacting with Azure AI Search Knowledge Agents.final classThis class provides a fluent builder API to help configure and instantiateSearchKnowledgeBaseClientandSearchKnowledgeBaseAsyncClientfor interacting with Azure AI Search Knowledge Agents.final classThis class provides a fluent builder API to help configure and instantiateSearchKnowledgeBaseClientandSearchKnowledgeBaseAsyncClientfor interacting with Azure AI Search Knowledge Agents.final classThis class provides a fluent builder API to help configure and instantiateSearchKnowledgeBaseClientandSearchKnowledgeBaseAsyncClientfor interacting with Azure AI Search Knowledge Agents.final classThis class provides a fluent builder API to help configure and instantiateSearchKnowledgeBaseClientandSearchKnowledgeBaseAsyncClientfor interacting with Azure AI Search Knowledge Agents.Methods in com.azure.search.documents.knowledgebases that return SearchKnowledgeBaseClientBuilderModifier and TypeMethodDescriptionSearchKnowledgeBaseClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) SearchKnowledgeBaseClientBuilder.audience(SearchAudience audience) Sets the audience for the Azure AI Search instance.SearchKnowledgeBaseClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) SearchKnowledgeBaseClientBuilder.configuration(com.azure.core.util.Configuration configuration) SearchKnowledgeBaseClientBuilder.credential(com.azure.core.credential.AzureKeyCredential credential) SearchKnowledgeBaseClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets the service endpoint for the Azure AI Search instance.SearchKnowledgeBaseClientBuilder.httpClient(com.azure.core.http.HttpClient client) SearchKnowledgeBaseClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) SearchKnowledgeBaseClientBuilder.knowledgeBaseName(String knowledgeBaseName) Sets the knowledgeBase name for the Azure AI Search knowledgeBase.SearchKnowledgeBaseClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) SearchKnowledgeBaseClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) SearchKnowledgeBaseClientBuilder.serviceVersion(SearchServiceVersion apiVersion) Sets the API version to use for requests.