AgentInsightMonitorUpdate interface
Fields that can be updated on an Agent Insights monitor.
Properties
| enabled | Whether scheduled insight generation is armed for the monitor. |
| 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'. |
| overview_override | Sets the effective user overview, or clears it when explicitly set to null. Omission leaves the overview unchanged. This field cannot be combined with other monitor updates. |
| run_interval_hours | Interval between scheduled insight runs, in hours. |
Property Details
enabled
Whether scheduled insight generation is armed for the monitor.
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
overview_override
Sets the effective user overview, or clears it when explicitly set to null. Omission leaves the overview unchanged. This field cannot be combined with other monitor updates.
overview_override?: AgentInsightsOverviewOverride
Property Value
run_interval_hours
Interval between scheduled insight runs, in hours.
run_interval_hours?: number
Property Value
number