次の方法で共有


CustomVisionTrainingClientExtensions.GetIterationWithHttpMessages メソッド

定義

特定のイテレーションを取得します。

public static Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration> GetIterationWithHttpMessages(this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid iterationId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetIterationWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration>
<Extension()>
Public Function GetIterationWithHttpMessages (operations As ICustomVisionTrainingClient, projectId As Guid, iterationId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of Iteration)

パラメーター

operations
ICustomVisionTrainingClient

この拡張メソッドの操作グループ。

projectId
Guid

イテレーションが属するプロジェクトの ID。

iterationId
Guid

取得するイテレーションの ID。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

戻り値

適用対象