MachineLearningBatchDeploymentCollection.Get メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • 操作IdBatchDeployments_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource> Get (string deploymentName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentResource>
Public Overridable Function Get (deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningBatchDeploymentResource)

パラメーター

deploymentName
String

Batch デプロイの識別子。

cancellationToken
CancellationToken

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

戻り値

例外

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

deploymentName が null です。

適用対象