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


ConversationAuthoringExportedModelDetails Class

Definition

Represents the options for creating or replacing an exported model.

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

Constructors

ConversationAuthoringExportedModelDetails(String)

Initializes a new instance of ConversationAuthoringExportedModelDetails.

Properties

TrainedModelLabel

The trained model label.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationAuthoringExportedModelDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationAuthoringExportedModelDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationAuthoringExportedModelDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationAuthoringExportedModelDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationAuthoringExportedModelDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to