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


TextAuthoringTrainingConfigVersion Class

Definition

Represents a training config version.

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

Properties

ModelExpiredOn

Represents the training config version expiration date.

TrainingConfigVersion

Represents the version of the config.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringTrainingConfigVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringTrainingConfigVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringTrainingConfigVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringTrainingConfigVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringTrainingConfigVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to