AgentInsight 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 persisted issue discovered from an agent's traces.
public class AgentInsight : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsight>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsight>
type AgentInsight = class
interface IJsonModel<AgentInsight>
interface IPersistableModel<AgentInsight>
Public Class AgentInsight
Implements IJsonModel(Of AgentInsight), IPersistableModel(Of AgentInsight)
- Inheritance
-
AgentInsight
- Implements
Properties
| Name | Description |
|---|---|
| AgentName |
The agent this insight belongs to. |
| AgentVersion |
The latest immutable agent version associated with this insight. |
| Category |
An open, service-generated category label for the issue. Clients must accept previously unseen values. |
| CreatedOn |
The time when this insight was created. |
| Description |
The root-cause diagnosis for the issue. |
| Details |
Additional insight details. Omitted unless details are requested. |
| Id |
The insight identifier. |
| MonitorId |
The Agent Insights monitor this insight belongs to. |
| Severity |
The severity of the issue. |
| Status |
The lifecycle status of the insight. |
| Title |
A short title for the issue. |
| TraceCount |
The number of traces that provide evidence for this insight. |
| UpdatedOn |
The time when this insight was last updated. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to AgentInsight) | |