AgentInsightRun 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.
A long-running run that analyzes one agent's traces and updates that agent's insights.
public class AgentInsightRun : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsightRun>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsightRun>
type AgentInsightRun = class
interface IJsonModel<AgentInsightRun>
interface IPersistableModel<AgentInsightRun>
Public Class AgentInsightRun
Implements IJsonModel(Of AgentInsightRun), IPersistableModel(Of AgentInsightRun)
- Inheritance
-
AgentInsightRun
- Implements
Properties
| Name | Description |
|---|---|
| AgentName |
The agent whose traces are analyzed by this run. |
| CompletedOn |
The time when this run reached a terminal status. |
| CreatedOn |
The time when this run was created. |
| Id |
Server-assigned unique identifier. |
| Inputs |
Caller-supplied inputs. |
| ModelDeploymentName |
The model deployment used to analyze traces for this run. |
| MonitorId |
The Agent Insights monitor this run belongs to. |
| Result |
Result produced on success. |
| StartedOn |
The time when this run started processing. |
| Status |
Current lifecycle status. |
| Trigger |
The trigger that started the run. |
| UpdatedOn |
The time when this run was last updated. |
| WindowEnd |
The end of the trace window analyzed by this run. |
| WindowStart |
The start of the trace window analyzed by this run. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to AgentInsightRun) | |