AzureAIProjectsModelFactory.ProjectsInsight Method
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 response body for cluster insights.
public static Azure.AI.Projects.Evaluation.ProjectsInsight ProjectsInsight(string id = default, Azure.AI.Projects.Evaluation.InsightsMetadata metadata = default, Azure.AI.Projects.Evaluation.OperationStatus state = default, string displayName = default, Azure.AI.Projects.Evaluation.InsightRequest request = default, Azure.AI.Projects.Evaluation.InsightResult result = default);
static member ProjectsInsight : string * Azure.AI.Projects.Evaluation.InsightsMetadata * Azure.AI.Projects.Evaluation.OperationStatus * string * Azure.AI.Projects.Evaluation.InsightRequest * Azure.AI.Projects.Evaluation.InsightResult -> Azure.AI.Projects.Evaluation.ProjectsInsight
Public Shared Function ProjectsInsight (Optional id As String = Nothing, Optional metadata As InsightsMetadata = Nothing, Optional state As OperationStatus = Nothing, Optional displayName As String = Nothing, Optional request As InsightRequest = Nothing, Optional result As InsightResult = Nothing) As ProjectsInsight
Parameters
- id
- String
The unique identifier for the insights report.
- metadata
- InsightsMetadata
Metadata about the insights report.
- state
- OperationStatus
The current state of the insights.
- displayName
- String
User friendly display name for the insight.
- request
- InsightRequest
Request for the insights analysis.
- result
- InsightResult
The result of the insights report.
Returns
A new ProjectsInsight instance for mocking.