Freigeben über


InsightType Struct

Definition

The request of the insights.

public readonly struct InsightType : IEquatable<Azure.AI.Projects.InsightType>
type InsightType = struct
Public Structure InsightType
Implements IEquatable(Of InsightType)
Inheritance
InsightType
Implements

Constructors

Name Description
InsightType(String)

Initializes a new instance of InsightType.

Properties

Name Description
AgentClusterInsight

Cluster Insight on an Agent.

EvaluationComparison

Evaluation Comparison.

EvaluationRunClusterInsight

Insights on an Evaluation run result.

Methods

Name Description
Equals(InsightType)

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(InsightType, InsightType)

Determines if two InsightType values are the same.

Implicit(String to InsightType)

Converts a string to a InsightType.

Implicit(String to Nullable<InsightType>)
Inequality(InsightType, InsightType)

Determines if two InsightType values are not the same.

Applies to