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


ConversationAuthoringSubTrainingState Class

Definition

Represents the detailed state of a training sub-operation.

public class ConversationAuthoringSubTrainingState : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSubTrainingState>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringSubTrainingState>
type ConversationAuthoringSubTrainingState = class
    interface IJsonModel<ConversationAuthoringSubTrainingState>
    interface IPersistableModel<ConversationAuthoringSubTrainingState>
Public Class ConversationAuthoringSubTrainingState
Implements IJsonModel(Of ConversationAuthoringSubTrainingState), IPersistableModel(Of ConversationAuthoringSubTrainingState)
Inheritance
ConversationAuthoringSubTrainingState
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<ConversationAuthoringSubTrainingState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringSubTrainingState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringSubTrainingState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringSubTrainingState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringSubTrainingState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to