Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeRetrievalOutputMode
Packages that use KnowledgeRetrievalOutputMode
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeRetrievalOutputMode in com.azure.search.documents.knowledgebases.models
Subclasses with type arguments of type KnowledgeRetrievalOutputMode in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classThe output configuration for this retrieval.Fields in com.azure.search.documents.knowledgebases.models declared as KnowledgeRetrievalOutputModeModifier and TypeFieldDescriptionstatic final KnowledgeRetrievalOutputModeKnowledgeRetrievalOutputMode.ANSWER_SYNTHESISSynthesize an answer for the response payload.static final KnowledgeRetrievalOutputModeKnowledgeRetrievalOutputMode.EXTRACTIVE_DATAReturn data from the knowledge sources directly without generative alteration.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionstatic KnowledgeRetrievalOutputModeKnowledgeRetrievalOutputMode.fromString(String name) Creates or finds a KnowledgeRetrievalOutputMode from its string representation.KnowledgeBaseRetrievalRequest.getOutputMode()Get the outputMode property: The output configuration for this retrieval.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionKnowledgeRetrievalOutputMode.values()Gets known KnowledgeRetrievalOutputMode values.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionKnowledgeBaseRetrievalRequest.setOutputMode(KnowledgeRetrievalOutputMode outputMode) Set the outputMode property: The output configuration for this retrieval.