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


ConversationAuthoringProjectTrainedModel Class

Definition

Represents a trained model.

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

Properties

HasSnapshot

The flag to indicate if the trained model has a snapshot ready.

Label

The trained model label.

LastTrainedOn

The last trained date time of the model.

LastTrainingDurationInSeconds

The duration of the model's last training request in seconds.

ModelExpiredOn

The model expiration date.

ModelId

The model ID.

ModelTrainingConfigVersion

The model training config version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringProjectTrainedModel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringProjectTrainedModel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringProjectTrainedModel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringProjectTrainedModel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringProjectTrainedModel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to