Language

AgentInsight Class

Definition

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(ClientResult to AgentInsight)

Explicit Interface Implementations

Name Description
IJsonModel<AgentInsight>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AgentInsight>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AgentInsight>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AgentInsight>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AgentInsight>.Write(ModelReaderWriterOptions)

Applies to