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


CustomMultiLabelClassificationDocumentEvalResult Class

Definition

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

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

Properties

CustomMultiLabelClassificationResult

Represents the evaluation prediction for multi 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<CustomMultiLabelClassificationDocumentEvalResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomMultiLabelClassificationDocumentEvalResult>.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<CustomMultiLabelClassificationDocumentEvalResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomMultiLabelClassificationDocumentEvalResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomMultiLabelClassificationDocumentEvalResult>.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