Freigeben über


MachineLearningJobResource.Update Methode

Definition

Updates einen Auftrag.

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

Parameter

patch
MachineLearningJobPatch

Auftragsdefinition, die während des Vorgangs angewendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: