KnowledgeRetrievalOutputMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The output configuration for this retrieval.
public readonly struct KnowledgeRetrievalOutputMode : IEquatable<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeRetrievalOutputMode>
type KnowledgeRetrievalOutputMode = struct
Public Structure KnowledgeRetrievalOutputMode
Implements IEquatable(Of KnowledgeRetrievalOutputMode)
- Inheritance
-
KnowledgeRetrievalOutputMode
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeRetrievalOutputMode(String) |
Initializes a new instance of KnowledgeRetrievalOutputMode. |
Properties
| Name | Description |
|---|---|
| AnswerSynthesis |
Synthesize an answer for the response payload. |
| ExtractiveData |
Return data from the knowledge sources directly without generative alteration. |
Methods
| Name | Description |
|---|---|
| Equals(KnowledgeRetrievalOutputMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(KnowledgeRetrievalOutputMode, KnowledgeRetrievalOutputMode) |
Determines if two KnowledgeRetrievalOutputMode values are the same. |
| Implicit(String to KnowledgeRetrievalOutputMode) |
Converts a String to a KnowledgeRetrievalOutputMode. |
| Inequality(KnowledgeRetrievalOutputMode, KnowledgeRetrievalOutputMode) |
Determines if two KnowledgeRetrievalOutputMode values are not the same. |