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


ConversationAuthoringTrainingConfigVersion Class

Definition

Represents a training config version.

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

Properties

ModelExpirationDate

Represents the training config version expiration date.

TrainingConfigVersion

Represents the version of the config.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringTrainingConfigVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringTrainingConfigVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringTrainingConfigVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringTrainingConfigVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringTrainingConfigVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to