Freigeben über


MachineLearningBatchEndpointResource.GetMachineLearningBatchDeployment Methode

Definition

Ruft eine Batchrückschlussbereitstellung nach ID ab.

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

Parameter

deploymentName
String

Der Bezeichner für die Batch-Bereitstellungen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

deploymentName ist NULL.

Gilt für: