ExamplesExtensions.AddAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddAsync(IExamples, Guid, String, ExampleLabelObject, CancellationToken) | |
AddAsync(IExamples, Guid, String, ExampleLabelObject, Nullable<Boolean>, CancellationToken) |
AddAsync(IExamples, Guid, String, ExampleLabelObject, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse> AddAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IExamples operations, Guid appId, string versionId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject exampleLabelObject, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IExamples * Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse>
<Extension()>
Public Function AddAsync (operations As IExamples, appId As Guid, versionId As String, exampleLabelObject As ExampleLabelObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LabelExampleResponse)
パラメーター
- operations
- IExamples
- appId
- Guid
- versionId
- String
- exampleLabelObject
- ExampleLabelObject
- cancellationToken
- CancellationToken
戻り値
適用対象
AddAsync(IExamples, Guid, String, ExampleLabelObject, Nullable<Boolean>, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse> AddAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IExamples operations, Guid appId, string versionId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject exampleLabelObject, bool? enableNestedChildren = False, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IExamples * Guid * string * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ExampleLabelObject * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LabelExampleResponse>
<Extension()>
Public Function AddAsync (operations As IExamples, appId As Guid, versionId As String, exampleLabelObject As ExampleLabelObject, Optional enableNestedChildren As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LabelExampleResponse)
パラメーター
- operations
- IExamples
- appId
- Guid
- versionId
- String
- exampleLabelObject
- ExampleLabelObject
- cancellationToken
- CancellationToken
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET