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


TextAuthoringTrainingJobResult Class

Definition

Represents the output of a training job.

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

Properties

EstimatedEndOn

Represents the estimate end date time for training and evaluation.

EvaluationStatus

Represents model evaluation status.

ModelLabel

Represents trained model label.

TrainingConfigVersion

Represents training config version.

TrainingStatus

Represents model train status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringTrainingJobResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringTrainingJobResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringTrainingJobResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringTrainingJobResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringTrainingJobResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to