ExportedQuestionAnsweringOrchestrationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
ExportedQuestionAnsweringOrchestrationDetails(ExportedQuestionAnsweringOrchestration) |
Initializes a new instance of ExportedQuestionAnsweringOrchestrationDetails. |
Properties
QuestionAnsweringOrchestration |
The Question Answering project details. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |