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


CustomSingleLabelClassificationEvalSummary Class

Definition

Represents the evaluation summary for a custom single-label classification project.

public class CustomSingleLabelClassificationEvalSummary : Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomSingleLabelClassificationEvalSummary>
type CustomSingleLabelClassificationEvalSummary = class
    inherit TextAuthoringEvalSummary
    interface IJsonModel<CustomSingleLabelClassificationEvalSummary>
    interface IPersistableModel<CustomSingleLabelClassificationEvalSummary>
Public Class CustomSingleLabelClassificationEvalSummary
Inherits TextAuthoringEvalSummary
Implements IJsonModel(Of CustomSingleLabelClassificationEvalSummary), IPersistableModel(Of CustomSingleLabelClassificationEvalSummary)
Inheritance
CustomSingleLabelClassificationEvalSummary
Implements

Properties

CustomSingleLabelClassificationEvaluation

Contains the data related to single label classification evaluation.

EvaluationOptions

Represents the options used running the evaluation.

(Inherited from TextAuthoringEvalSummary)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomSingleLabelClassificationEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomSingleLabelClassificationEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringEvalSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TextAuthoringEvalSummary)
IJsonModel<TextAuthoringEvalSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringEvalSummary)
IPersistableModel<CustomSingleLabelClassificationEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSingleLabelClassificationEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomSingleLabelClassificationEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringEvalSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TextAuthoringEvalSummary)
IPersistableModel<TextAuthoringEvalSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TextAuthoringEvalSummary)
IPersistableModel<TextAuthoringEvalSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TextAuthoringEvalSummary)

Applies to