ProjectsInsight 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.
The response body for cluster insights.
public class ProjectsInsight : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Evaluation.ProjectsInsight>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Evaluation.ProjectsInsight>
type ProjectsInsight = class
interface IJsonModel<ProjectsInsight>
interface IPersistableModel<ProjectsInsight>
Public Class ProjectsInsight
Implements IJsonModel(Of ProjectsInsight), IPersistableModel(Of ProjectsInsight)
- Inheritance
-
ProjectsInsight
- Implements
Constructors
| Name | Description |
|---|---|
| ProjectsInsight(String, InsightRequest) |
Initializes a new instance of ProjectsInsight. |
Properties
| Name | Description |
|---|---|
| DisplayName |
User friendly display name for the insight. |
| Id |
The unique identifier for the insights report. |
| Metadata |
Metadata about the insights report. |
| Request |
Request for the insights analysis. |
| Result |
The result of the insights report. |
| State |
The current state of the insights. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ProjectsInsight) | |
| Implicit(ProjectsInsight to BinaryContent) | |