Share via


ExportedModelManifest Class

Definition

Represents the properties for the exported model manifest.

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

Properties

Name Description
ModelFiles

The model files belonging to this model.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExportedModelManifest>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedModelManifest>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedModelManifest>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedModelManifest>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedModelManifest>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to