AgentInsightRunTrigger Struct
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.
The trigger that started an agent insight run.
public readonly struct AgentInsightRunTrigger : IEquatable<Azure.AI.Projects.AgentInsightRunTrigger>
type AgentInsightRunTrigger = struct
Public Structure AgentInsightRunTrigger
Implements IEquatable(Of AgentInsightRunTrigger)
- Inheritance
-
AgentInsightRunTrigger
- Implements
Constructors
| Name | Description |
|---|---|
| AgentInsightRunTrigger(String) |
Initializes a new instance of AgentInsightRunTrigger. |
Properties
| Name | Description |
|---|---|
| OnDemand |
The run was started on demand by a user or client. |
| Scheduled |
The run was started by scheduled insight generation. |
Methods
| Name | Description |
|---|---|
| Equals(AgentInsightRunTrigger) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AgentInsightRunTrigger, AgentInsightRunTrigger) |
Determines if two AgentInsightRunTrigger values are the same. |
| Implicit(String to AgentInsightRunTrigger) |
Converts a string to a AgentInsightRunTrigger. |
| Implicit(String to Nullable<AgentInsightRunTrigger>) | |
| Inequality(AgentInsightRunTrigger, AgentInsightRunTrigger) |
Determines if two AgentInsightRunTrigger values are not the same. |