次の方法で共有


CustomVisionTrainingClientExtensions.DeleteProject メソッド

定義

特定のプロジェクトを削除します。

public static void DeleteProject (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId);
static member DeleteProject : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid -> unit
<Extension()>
Public Sub DeleteProject (operations As ICustomVisionTrainingClient, projectId As Guid)

パラメーター

operations
ICustomVisionTrainingClient

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

projectId
Guid

プロジェクト ID。

適用対象