KnowledgeBaseModelAnswerSynthesisActivityRecord Class
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.
Represents an LLM answer synthesis activity record.
public class KnowledgeBaseModelAnswerSynthesisActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseModelAnswerSynthesisActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseModelAnswerSynthesisActivityRecord>
type KnowledgeBaseModelAnswerSynthesisActivityRecord = class
inherit KnowledgeBaseActivityRecord
interface IJsonModel<KnowledgeBaseModelAnswerSynthesisActivityRecord>
interface IPersistableModel<KnowledgeBaseModelAnswerSynthesisActivityRecord>
Public Class KnowledgeBaseModelAnswerSynthesisActivityRecord
Inherits KnowledgeBaseActivityRecord
Implements IJsonModel(Of KnowledgeBaseModelAnswerSynthesisActivityRecord), IPersistableModel(Of KnowledgeBaseModelAnswerSynthesisActivityRecord)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. (Inherited from KnowledgeBaseActivityRecord) |
| Error |
The error detail explaining why the operation failed. This property is only included when the activity does not succeed. (Inherited from KnowledgeBaseActivityRecord) |
| Id |
The ID of the activity record. (Inherited from KnowledgeBaseActivityRecord) |
| InputTokens |
The number of input tokens for the LLM answer synthesis activity. |
| OutputTokens |
The number of output tokens for the LLM answer synthesis activity. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |