次の方法で共有


MachineLearningBatchEndpointResource.GetMachineLearningBatchDeployment メソッド

定義

ID でバッチ推論のデプロイを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • 操作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)

パラメーター

deploymentName
String

Batch デプロイの識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

deploymentName は空の文字列であり、空でないと想定されていました。

deploymentName が null です。

適用対象