Uses of Class
com.azure.search.documents.indexes.models.KnowledgeRetrievalOutputMode
Packages that use KnowledgeRetrievalOutputMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeRetrievalOutputMode in com.azure.search.documents.indexes.models
Subclasses with type arguments of type KnowledgeRetrievalOutputMode in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe output configuration for this retrieval.Fields in com.azure.search.documents.indexes.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.indexes.models that return KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionstatic KnowledgeRetrievalOutputModeKnowledgeRetrievalOutputMode.fromString(String name) Creates or finds a KnowledgeRetrievalOutputMode from its string representation.KnowledgeBase.getOutputMode()Get the outputMode property: The output configuration for this retrieval.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionKnowledgeRetrievalOutputMode.values()Gets known KnowledgeRetrievalOutputMode values.Methods in com.azure.search.documents.indexes.models with parameters of type KnowledgeRetrievalOutputModeModifier and TypeMethodDescriptionKnowledgeBase.setOutputMode(KnowledgeRetrievalOutputMode outputMode) Set the outputMode property: The output configuration for this retrieval.