Share via


AgentClusterInsightResult Class

Definition

Insights from the agent cluster analysis.

public class AgentClusterInsightResult : Azure.AI.Projects.InsightResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentClusterInsightResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentClusterInsightResult>
type AgentClusterInsightResult = class
    inherit InsightResult
    interface IJsonModel<AgentClusterInsightResult>
    interface IPersistableModel<AgentClusterInsightResult>
Public Class AgentClusterInsightResult
Inherits InsightResult
Implements IJsonModel(Of AgentClusterInsightResult), IPersistableModel(Of AgentClusterInsightResult)
Inheritance
AgentClusterInsightResult
Implements

Properties

Name Description
ClusterInsight

Gets the ClusterInsight.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AgentClusterInsightResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AgentClusterInsightResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<InsightResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from InsightResult)
IJsonModel<InsightResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from InsightResult)
IPersistableModel<AgentClusterInsightResult>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AgentClusterInsightResult>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AgentClusterInsightResult>.Write(ModelReaderWriterOptions)
IPersistableModel<InsightResult>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from InsightResult)
IPersistableModel<InsightResult>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from InsightResult)
IPersistableModel<InsightResult>.Write(ModelReaderWriterOptions) (Inherited from InsightResult)

Applies to