Insight(String, InsightRequest) Constructor
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.
Initializes a new instance of Insight.
public Insight(string displayName, Azure.AI.Projects.InsightRequest request);
new Azure.AI.Projects.Insight : string * Azure.AI.Projects.InsightRequest -> Azure.AI.Projects.Insight
Public Sub New (displayName As String, request As InsightRequest)
Parameters
- displayName
- String
User friendly display name for the insight.
- request
- InsightRequest
Request for the insights analysis.
Exceptions
displayName or request is null.