次の方法で共有


CustomVisionTrainingClientExtensions.GetTagWithHttpMessages メソッド

定義

特定のタグに関する情報を取得します。

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

パラメーター

operations
ICustomVisionTrainingClient

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

projectId
Guid

このタグが属するプロジェクト。

tagId
Guid

タグ ID。

iterationId
Nullable<Guid>

このタグを取得するイテレーション。 省略可能。既定値は現在のトレーニング セットです。

customHeaders
Dictionary<String,List<String>>

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

戻り値

適用対象