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


ExportedQuestionAnsweringOrchestrationDetails Class

Definition

Represents the orchestration options for a Question Answering project target.

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

Constructors

ExportedQuestionAnsweringOrchestrationDetails(ExportedQuestionAnsweringOrchestration)

Initializes a new instance of ExportedQuestionAnsweringOrchestrationDetails.

Properties

QuestionAnsweringOrchestration

The Question Answering project details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ExportedOrchestrationDetails)
IJsonModel<ExportedOrchestrationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ExportedOrchestrationDetails)
IJsonModel<ExportedQuestionAnsweringOrchestrationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedQuestionAnsweringOrchestrationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ExportedOrchestrationDetails)
IPersistableModel<ExportedOrchestrationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ExportedOrchestrationDetails)
IPersistableModel<ExportedOrchestrationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ExportedOrchestrationDetails)
IPersistableModel<ExportedQuestionAnsweringOrchestrationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedQuestionAnsweringOrchestrationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedQuestionAnsweringOrchestrationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to