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


ExportedQuestionAnsweringOrchestration Class

Definition

Defines the orchestration details for a Question Answering project target.

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

Constructors

ExportedQuestionAnsweringOrchestration(String)

Initializes a new instance of ExportedQuestionAnsweringOrchestration.

Properties

ProjectName

The name of the target project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedQuestionAnsweringOrchestration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedQuestionAnsweringOrchestration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedQuestionAnsweringOrchestration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedQuestionAnsweringOrchestration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedQuestionAnsweringOrchestration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to