AgentInsightSuspension 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.
Structured reason why scheduled generation is suspended for a monitor.
public class AgentInsightSuspension : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentInsightSuspension>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentInsightSuspension>
type AgentInsightSuspension = class
interface IJsonModel<AgentInsightSuspension>
interface IPersistableModel<AgentInsightSuspension>
Public Class AgentInsightSuspension
Implements IJsonModel(Of AgentInsightSuspension), IPersistableModel(Of AgentInsightSuspension)
- Inheritance
-
AgentInsightSuspension
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Stable, machine-readable suspension category. |
| Details |
Additional reason-specific suspension details. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Message |
Human-readable description of the suspension. |
| OccurredOn |
The time when the suspension occurred. |