AgentInsightMonitorCreate interface
Fields accepted when creating an Agent Insights monitor for an agent.
Properties
| agent_name | The agent this monitor should analyze. |
| enabled | Whether scheduled insight generation should be armed. Defaults to false. |
| model_deployment_name | The model deployment to use for analyzing traces. Accepts either the deployment name alone or with the connection name as '{connectionName}/modelDeploymentName'. |
| run_interval_hours | Interval between scheduled insight runs, in hours. Defaults to 6. |
Property Details
agent_name
The agent this monitor should analyze.
agent_name: string
Property Value
string
enabled
Whether scheduled insight generation should be armed. Defaults to false.
enabled?: boolean
Property Value
boolean
model_deployment_name
The model deployment to use for analyzing traces. Accepts either the deployment name alone or with the connection name as '{connectionName}/modelDeploymentName'.
model_deployment_name: string
Property Value
string
run_interval_hours
Interval between scheduled insight runs, in hours. Defaults to 6.
run_interval_hours?: number
Property Value
number