Uses of Class
com.azure.search.documents.indexes.models.KnowledgeRetrievalReasoningEffort
Packages that use KnowledgeRetrievalReasoningEffort
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeRetrievalReasoningEffort in com.azure.search.documents.indexes.models
Modifier and TypeClassDescriptionfinal classRun knowledge retrieval with low reasoning effort.final classRun knowledge retrieval with medium reasoning effort.final classRun knowledge retrieval with minimal reasoning effort.Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type KnowledgeRetrievalReasoningEffortModifier and TypeClassDescriptionclassThe KnowledgeRetrievalReasoningEffort model.Methods in com.azure.search.documents.indexes.models that return KnowledgeRetrievalReasoningEffortModifier and TypeMethodDescriptionKnowledgeRetrievalReasoningEffort.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeRetrievalReasoningEffort from the JsonReader.KnowledgeBase.getRetrievalReasoningEffort()Get the retrievalReasoningEffort property: The retrievalReasoningEffort property.Methods in com.azure.search.documents.indexes.models with parameters of type KnowledgeRetrievalReasoningEffortModifier and TypeMethodDescriptionKnowledgeBase.setRetrievalReasoningEffort(KnowledgeRetrievalReasoningEffort retrievalReasoningEffort) Set the retrievalReasoningEffort property: The retrievalReasoningEffort property.