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


TextAuthoringSubTrainingState Class

Definition

Represents the detailed state of a training sub-operation.

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

Properties

EndedOn

Represents the end date time.

PercentComplete

Represents progress percentage.

StartedOn

Represents the start date time.

Status

Represents the status of the sub-operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringSubTrainingState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringSubTrainingState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringSubTrainingState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringSubTrainingState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringSubTrainingState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to