Freigeben über


MachineLearningBatchDeploymentResource.Update Methode

Definition

Aktualisieren einer Batchrückschlussbereitstellung (asynchron).

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgangs-IdBatchDeployments_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As MachineLearningBatchDeploymentPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MachineLearningBatchDeploymentResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

patch
MachineLearningBatchDeploymentPatch

Batchrückschlussdefinitionsobjekt.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: