다음을 통해 공유


BatchDeployments interface

BatchDeployments를 나타내는 인터페이스입니다.

메서드

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

일괄 처리 유추 배포(비동기)를 만들거나 업데이트합니다.

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

일괄 처리 유추 배포(비동기)를 만들거나 업데이트합니다.

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

일괄 처리 유추 배포를 삭제합니다(비동기).

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

일괄 처리 유추 배포를 삭제합니다(비동기).

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

일괄 처리 유추 배포를 업데이트합니다(비동기).

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

일괄 처리 유추 배포를 업데이트합니다(비동기).

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

ID별 일괄 처리 유추 배포를 가져옵니다.

list(string, string, string, BatchDeploymentsListOptionalParams)

작업 영역의 일괄 처리 유추 배포를 나열합니다.

메서드 세부 정보

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
BatchDeploymentsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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
BatchDeploymentsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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
BatchDeploymentsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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
BatchDeploymentsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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 유추 배포의 식별자입니다.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

일괄 처리 유추 배포 정의 개체입니다.

options
BatchDeploymentsUpdateOptionalParams

옵션 매개 변수입니다.

반환

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 유추 배포의 식별자입니다.

body
PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties

일괄 처리 유추 배포 정의 개체입니다.

options
BatchDeploymentsUpdateOptionalParams

옵션 매개 변수입니다.

반환

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
BatchDeploymentsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<BatchDeployment>

list(string, string, string, BatchDeploymentsListOptionalParams)

작업 영역의 일괄 처리 유추 배포를 나열합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

workspaceName

string

Azure Machine Learning 작업 영역의 이름입니다.

endpointName

string

엔드포인트 이름

options
BatchDeploymentsListOptionalParams

옵션 매개 변수입니다.

반환