次の方法で共有


BatchEndpoints interface

BatchEndpoints を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

バッチ推論エンドポイント (非同期) を作成します。

beginCreateOrUpdateAndWait(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

バッチ推論エンドポイント (非同期) を作成します。

beginDelete(string, string, string, BatchEndpointsDeleteOptionalParams)

バッチ推論エンドポイント (非同期) を削除します。

beginDeleteAndWait(string, string, string, BatchEndpointsDeleteOptionalParams)

バッチ推論エンドポイント (非同期) を削除します。

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

バッチ推論エンドポイントを更新する (非同期)。

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

バッチ推論エンドポイントを更新する (非同期)。

get(string, string, string, BatchEndpointsGetOptionalParams)

名前でバッチ推論エンドポイントを取得します。

list(string, string, BatchEndpointsListOptionalParams)

ワークスペース内の Batch 推論エンドポイントを一覧表示します。

listKeys(string, string, string, BatchEndpointsListKeysOptionalParams)

バッチ推論エンドポイント キーを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

バッチ推論エンドポイント (非同期) を作成します。

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

Batch 推論エンドポイントの名前。

body
BatchEndpoint

バッチ推論エンドポイント定義オブジェクト。

options
BatchEndpointsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

beginCreateOrUpdateAndWait(string, string, string, BatchEndpoint, BatchEndpointsCreateOrUpdateOptionalParams)

バッチ推論エンドポイント (非同期) を作成します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<BatchEndpoint>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

Batch 推論エンドポイントの名前。

body
BatchEndpoint

バッチ推論エンドポイント定義オブジェクト。

options
BatchEndpointsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<BatchEndpoint>

beginDelete(string, string, string, BatchEndpointsDeleteOptionalParams)

バッチ推論エンドポイント (非同期) を削除します。

function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

推論エンドポイント名。

options
BatchEndpointsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, BatchEndpointsDeleteOptionalParams)

バッチ推論エンドポイント (非同期) を削除します。

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

推論エンドポイント名。

options
BatchEndpointsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

バッチ推論エンドポイントを更新する (非同期)。

function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

Batch 推論エンドポイントの名前。

body
PartialMinimalTrackedResourceWithIdentity

変更可能なバッチ推論エンドポイント定義オブジェクト。

options
BatchEndpointsUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>

beginUpdateAndWait(string, string, string, PartialMinimalTrackedResourceWithIdentity, BatchEndpointsUpdateOptionalParams)

バッチ推論エンドポイントを更新する (非同期)。

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<BatchEndpoint>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

Batch 推論エンドポイントの名前。

body
PartialMinimalTrackedResourceWithIdentity

変更可能なバッチ推論エンドポイント定義オブジェクト。

options
BatchEndpointsUpdateOptionalParams

options パラメーター。

戻り値

Promise<BatchEndpoint>

get(string, string, string, BatchEndpointsGetOptionalParams)

名前でバッチ推論エンドポイントを取得します。

function get(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams): Promise<BatchEndpoint>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

Batch エンドポイントの名前。

options
BatchEndpointsGetOptionalParams

options パラメーター。

戻り値

Promise<BatchEndpoint>

list(string, string, BatchEndpointsListOptionalParams)

ワークスペース内の Batch 推論エンドポイントを一覧表示します。

function list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

options
BatchEndpointsListOptionalParams

options パラメーター。

戻り値

listKeys(string, string, string, BatchEndpointsListKeysOptionalParams)

バッチ推論エンドポイント キーを一覧表示します。

function listKeys(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams): Promise<EndpointAuthKeys>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

Azure Machine Learning ワークスペースの名前。

endpointName

string

推論エンドポイント名。

options
BatchEndpointsListKeysOptionalParams

options パラメーター。

戻り値

Promise<EndpointAuthKeys>