KnowledgeBaseActivityRecordModel 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 the model used for a knowledge base LLM activity, including its model name and deployment identifier.
public class KnowledgeBaseActivityRecordModel : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecordModel>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecordModel>
type KnowledgeBaseActivityRecordModel = class
interface IJsonModel<KnowledgeBaseActivityRecordModel>
interface IPersistableModel<KnowledgeBaseActivityRecordModel>
Public Class KnowledgeBaseActivityRecordModel
Implements IJsonModel(Of KnowledgeBaseActivityRecordModel), IPersistableModel(Of KnowledgeBaseActivityRecordModel)
- Inheritance
-
KnowledgeBaseActivityRecordModel
- Implements
Properties
| Name | Description |
|---|---|
| DeploymentId |
The deployment identifier of the model used for the activity. |
| ModelName |
The name of the model used for the activity. |