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


CustomSingleLabelClassificationDocumentEvalResult Class

Definition

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

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

Properties

CustomSingleLabelClassificationResult

Represents the evaluation prediction for single label classification.

Language

Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

(Inherited from TextAuthoringDocumentEvalResult)
Location

Represents the document path.

(Inherited from TextAuthoringDocumentEvalResult)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomSingleLabelClassificationDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomSingleLabelClassificationDocumentEvalResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringDocumentEvalResult)
IPersistableModel<CustomSingleLabelClassificationDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSingleLabelClassificationDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomSingleLabelClassificationDocumentEvalResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TextAuthoringDocumentEvalResult)

Applies to