你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormTrainingClient.DeleteModel(String, CancellationToken) 方法

定义

删除具有指定模型 ID 的模型。

public virtual Azure.Response DeleteModel (string modelId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteModel : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteModel : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteModel (modelId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

参数

modelId
String

要删除的模型的 ID。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

一个 Response ,表示操作的结果。

适用于