Freigeben über


MachineLearningBatchDeploymentCollection.CreateOrUpdate Methode

Definition

Erstellt/aktualisiert eine Batchrückschlussbereitstellung (asynchron).

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgangs-IdBatchDeployments_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string deploymentName, Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, deploymentName As String, data As MachineLearningBatchDeploymentData, 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.

deploymentName
String

Der Bezeichner für die Batch-Rückschlussbereitstellung.

data
MachineLearningBatchDeploymentData

Batchrückschlussdefinitionsobjekt.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

deploymentName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

deploymentName oder data ist NULL.

Gilt für: