BatchDeployments interface
BatchDeployments を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
バッチ推論デプロイ (非同期) を作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
推論エンドポイント名
- deploymentName
-
string
Batch 推論デプロイの識別子。
- body
- BatchDeployment
バッチ推論デプロイ定義オブジェクト。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)
バッチ推論デプロイ (非同期) を作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeployment>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
推論エンドポイント名
- deploymentName
-
string
Batch 推論デプロイの識別子。
- body
- BatchDeployment
バッチ推論デプロイ定義オブジェクト。
options パラメーター。
戻り値
Promise<BatchDeployment>
beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
バッチ推論デプロイ (非同期) を削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
エンドポイント名
- deploymentName
-
string
推論デプロイ識別子。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)
バッチ推論デプロイ (非同期) を削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
エンドポイント名
- deploymentName
-
string
推論デプロイ識別子。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
バッチ推論デプロイ (非同期) を更新します。
function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
推論エンドポイント名
- deploymentName
-
string
Batch 推論デプロイの識別子。
バッチ推論デプロイ定義オブジェクト。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>
beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)
バッチ推論デプロイ (非同期) を更新します。
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeployment>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
推論エンドポイント名
- deploymentName
-
string
Batch 推論デプロイの識別子。
バッチ推論デプロイ定義オブジェクト。
options パラメーター。
戻り値
Promise<BatchDeployment>
get(string, string, string, string, BatchDeploymentsGetOptionalParams)
ID によるバッチ推論デプロイを取得します。
function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
エンドポイント名
- deploymentName
-
string
Batch デプロイの識別子。
options パラメーター。
戻り値
Promise<BatchDeployment>
list(string, string, string, BatchDeploymentsListOptionalParams)
ワークスペース内の Batch 推論デプロイを一覧表示します。
function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- endpointName
-
string
エンドポイント名
options パラメーター。