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

MachineLearningJobResource.UpdateAsync 方法

定义

汇报作业。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}
  • 操作IdJobs_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>> UpdateAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningJobPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>>
override this.UpdateAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>>
Public Overridable Function UpdateAsync (patch As MachineLearningJobPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningJobResource))

参数

patch
MachineLearningJobPatch

在操作期间要应用的作业定义。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

patch 为 null。

适用于