Partager via


MachineLearningBatchEndpointResource.UpdateAsync Méthode

Définition

Mettre à jour un point de terminaison d’inférence par lots (asynchrone).

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • IdBatchEndpoints_Update d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatchWithIdentity body, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatchWithIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.MachineLearningResourcePatchWithIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, body As MachineLearningResourcePatchWithIdentity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearningBatchEndpointResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

body
MachineLearningResourcePatchWithIdentity

Objet de définition de point de terminaison d’inférence par lot mutable.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

body a la valeur null.

S’applique à