KnowledgeBaseModelWebSummarizationActivityRecord 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 web summarization activity record.
public class KnowledgeBaseModelWebSummarizationActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseModelWebSummarizationActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseModelWebSummarizationActivityRecord>
type KnowledgeBaseModelWebSummarizationActivityRecord = class
inherit KnowledgeBaseActivityRecord
interface IJsonModel<KnowledgeBaseModelWebSummarizationActivityRecord>
interface IPersistableModel<KnowledgeBaseModelWebSummarizationActivityRecord>
Public Class KnowledgeBaseModelWebSummarizationActivityRecord
Inherits KnowledgeBaseActivityRecord
Implements IJsonModel(Of KnowledgeBaseModelWebSummarizationActivityRecord), IPersistableModel(Of KnowledgeBaseModelWebSummarizationActivityRecord)
- 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) |
| InputTokensCount |
The number of input tokens for the LLM web summarization activity. |
| OutputTokensCount |
The number of output tokens for the LLM web summarization activity. |