Language

AgentInsightRun Class

Definition

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

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

Operators

Name Description
Explicit(ClientResult to AgentInsightRun)

Explicit Interface Implementations

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

Applies to