Share via


Runtime クラス

定義

public class Runtime : Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.IRuntime, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient>
type Runtime = class
    interface IServiceOperations<QnAMakerRuntimeClient>
    interface IRuntime
Public Class Runtime
Implements IRuntime, IServiceOperations(Of QnAMakerRuntimeClient)
継承
Runtime
実装

コンストラクター

Runtime(QnAMakerRuntimeClient)

プロパティ

Client

メソッド

GenerateAnswerWithHttpMessagesAsync(String, QueryDTO, Dictionary<String,List<String>>, CancellationToken)
TrainWithHttpMessagesAsync(String, FeedbackRecordsDTO, Dictionary<String,List<String>>, CancellationToken)

拡張メソッド

GenerateAnswerAsync(IRuntime, String, QueryDTO, CancellationToken)
TrainAsync(IRuntime, String, FeedbackRecordsDTO, CancellationToken)

適用対象