Aracılığıyla paylaş


BatchDeployments interface

BatchDeployments'ı temsil eden arabirim.

Yöntemler

beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Toplu çıkarım dağıtımı oluşturur/güncelleştirir (zaman uyumsuz).

beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Toplu çıkarım dağıtımı oluşturur/güncelleştirir (zaman uyumsuz).

beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Toplu Çıkarım dağıtımlarını silin (zaman uyumsuz).

beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Toplu Çıkarım dağıtımlarını silin (zaman uyumsuz).

beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Toplu çıkarım dağıtımlarını güncelleştirme (zaman uyumsuz).

beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Toplu çıkarım dağıtımlarını güncelleştirme (zaman uyumsuz).

get(string, string, string, string, BatchDeploymentsGetOptionalParams)

Kimliğine göre toplu çıkarım dağıtımı alır.

list(string, string, string, BatchDeploymentsListOptionalParams)

Çalışma alanında Batch çıkarım dağıtımlarını listeler.

Yöntem Ayrıntıları

beginCreateOrUpdate(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Toplu çıkarım dağıtımı oluşturur/güncelleştirir (zaman uyumsuz).

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Çıkarım uç noktası adı

deploymentName

string

Batch çıkarım dağıtımının tanımlayıcısı.

body
BatchDeployment

Toplu çıkarım dağıtım tanımı nesnesi.

options
BatchDeploymentsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginCreateOrUpdateAndWait(string, string, string, string, BatchDeployment, BatchDeploymentsCreateOrUpdateOptionalParams)

Toplu çıkarım dağıtımı oluşturur/güncelleştirir (zaman uyumsuz).

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeployment>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Çıkarım uç noktası adı

deploymentName

string

Batch çıkarım dağıtımının tanımlayıcısı.

body
BatchDeployment

Toplu çıkarım dağıtım tanımı nesnesi.

options
BatchDeploymentsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<BatchDeployment>

beginDelete(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Toplu Çıkarım dağıtımlarını silin (zaman uyumsuz).

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Uç nokta adı

deploymentName

string

Çıkarım dağıtım tanımlayıcısı.

options
BatchDeploymentsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, string, string, BatchDeploymentsDeleteOptionalParams)

Toplu Çıkarım dağıtımlarını silin (zaman uyumsuz).

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Uç nokta adı

deploymentName

string

Çıkarım dağıtım tanımlayıcısı.

options
BatchDeploymentsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

beginUpdate(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Toplu çıkarım dağıtımlarını güncelleştirme (zaman uyumsuz).

function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BatchDeployment>, BatchDeployment>>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Çıkarım uç noktası adı

deploymentName

string

Batch çıkarım dağıtımının tanımlayıcısı.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

Toplu çıkarım dağıtım tanımı nesnesi.

options
BatchDeploymentsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginUpdateAndWait(string, string, string, string, PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, BatchDeploymentsUpdateOptionalParams)

Toplu çıkarım dağıtımlarını güncelleştirme (zaman uyumsuz).

function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeployment>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Çıkarım uç noktası adı

deploymentName

string

Batch çıkarım dağıtımının tanımlayıcısı.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

Toplu çıkarım dağıtım tanımı nesnesi.

options
BatchDeploymentsUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<BatchDeployment>

get(string, string, string, string, BatchDeploymentsGetOptionalParams)

Kimliğine göre toplu çıkarım dağıtımı alır.

function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeployment>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Uç nokta adı

deploymentName

string

Batch dağıtımlarının tanımlayıcısı.

options
BatchDeploymentsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<BatchDeployment>

list(string, string, string, BatchDeploymentsListOptionalParams)

Çalışma alanında Batch çıkarım dağıtımlarını listeler.

function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment, BatchDeployment[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

workspaceName

string

Azure Machine Learning çalışma alanının adı.

endpointName

string

Uç nokta adı

options
BatchDeploymentsListOptionalParams

Seçenekler parametreleri.

Döndürülenler