Uses of Class
com.azure.ai.openai.models.AzureMachineLearningIndexChatExtensionParameters
Packages that use AzureMachineLearningIndexChatExtensionParameters
-
Uses of AzureMachineLearningIndexChatExtensionParameters in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AzureMachineLearningIndexChatExtensionParametersModifier and TypeMethodDescriptionAzureMachineLearningIndexChatExtensionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureMachineLearningIndexChatExtensionParameters from the JsonReader.AzureMachineLearningIndexChatExtensionConfiguration.getParameters()Get the parameters property: The parameters for the Azure Machine Learning vector index chat extension.AzureMachineLearningIndexChatExtensionParameters.setAllowPartialResult(Boolean allowPartialResult) Set the allowPartialResult property: If specified as true, the system will allow partial search results to be used and the request fails if all the queries fail.AzureMachineLearningIndexChatExtensionParameters.setAuthentication(OnYourDataAuthenticationOptions authentication) Set the authentication property: The authentication method to use when accessing the defined data source.Set the filter property: Search filter.AzureMachineLearningIndexChatExtensionParameters.setIncludeContexts(List<OnYourDataContextProperty> includeContexts) Set the includeContexts property: The included properties of the output context.AzureMachineLearningIndexChatExtensionParameters.setInScope(Boolean inScope) Set the inScope property: Whether queries should be restricted to use of indexed data.AzureMachineLearningIndexChatExtensionParameters.setMaxSearchQueries(Integer maxSearchQueries) Set the maxSearchQueries property: The max number of rewritten queries should be send to search provider for one user message.AzureMachineLearningIndexChatExtensionParameters.setRoleInformation(String roleInformation) Set the roleInformation property: Give the model instructions about how it should behave and any context it should reference when generating a response.AzureMachineLearningIndexChatExtensionParameters.setStrictness(Integer strictness) Set the strictness property: The configured strictness of the search relevance filtering.AzureMachineLearningIndexChatExtensionParameters.setTopNDocuments(Integer topNDocuments) Set the topNDocuments property: The configured top number of documents to feature for the configured query.Constructors in com.azure.ai.openai.models with parameters of type AzureMachineLearningIndexChatExtensionParametersModifierConstructorDescriptionAzureMachineLearningIndexChatExtensionConfiguration(AzureMachineLearningIndexChatExtensionParameters parameters) Creates an instance of AzureMachineLearningIndexChatExtensionConfiguration class.