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


TextAuthoringEvaluationJobResult Class

Definition

The TextAuthoringEvaluationJobResult.

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

Properties

EvaluationOptions

Represents the options used running the evaluation.

ModelLabel

Represents trained model label.

PercentComplete

Represents progress percentage.

TrainingConfigVersion

Represents training config version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringEvaluationJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringEvaluationJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringEvaluationJobResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringEvaluationJobResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringEvaluationJobResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to