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


TextAuthoringExportedTrainedModel Class

Definition

Represents an exported trained model.

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

Properties

ExportedModelName

The exported model name.

LastExportedModelOn

The last exported date time of the model.

LastTrainedOn

The last trained date time of the model.

ModelExpiredOn

The model expiration date.

ModelId

The model ID.

ModelTrainingConfigVersion

The model training config version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedTrainedModel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedTrainedModel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedTrainedModel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedTrainedModel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedTrainedModel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to