Поделиться через


ConversationAuthoringEntityEvalSummary Class

Definition

Represents the evaluation result for an entity.

public class ConversationAuthoringEntityEvalSummary : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringEntityEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringEntityEvalSummary>
type ConversationAuthoringEntityEvalSummary = class
    interface IJsonModel<ConversationAuthoringEntityEvalSummary>
    interface IPersistableModel<ConversationAuthoringEntityEvalSummary>
Public Class ConversationAuthoringEntityEvalSummary
Implements IJsonModel(Of ConversationAuthoringEntityEvalSummary), IPersistableModel(Of ConversationAuthoringEntityEvalSummary)
Inheritance
ConversationAuthoringEntityEvalSummary
Implements

Properties

F1

Represents the model F1 score.

FalseNegativeCount

Represents the count of false negative.

FalsePositiveCount

Represents the count of false positive.

Precision

Represents the model precision.

Recall

Represents the model precision.

TrueNegativeCount

Represents the count of true negative.

TruePositiveCount

Represents the count of true positive.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringEntityEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConversationAuthoringEntityEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringEntityEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringEntityEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConversationAuthoringEntityEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to