BatchEndpoints interface
BatchEndpoints를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
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
일괄 처리 유추 엔드포인트 정의 개체입니다.
옵션 매개 변수입니다.
반환
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
일괄 처리 유추 엔드포인트 정의 개체입니다.
옵션 매개 변수입니다.
반환
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
유추 엔드포인트 이름입니다.
옵션 매개 변수입니다.
반환
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
유추 엔드포인트 이름입니다.
옵션 매개 변수입니다.
반환
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 유추 엔드포인트의 이름입니다.
변경 가능한 일괄 처리 유추 엔드포인트 정의 개체입니다.
옵션 매개 변수입니다.
반환
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 유추 엔드포인트의 이름입니다.
변경 가능한 일괄 처리 유추 엔드포인트 정의 개체입니다.
옵션 매개 변수입니다.
반환
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
옵션 매개 변수입니다.
반환
Promise<BatchEndpoint>
list(string, string, BatchEndpointsListOptionalParams)
작업 영역의 일괄 처리 유추 엔드포인트를 나열합니다.
function list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- workspaceName
-
string
Azure Machine Learning 작업 영역의 이름입니다.
- options
- BatchEndpointsListOptionalParams
옵션 매개 변수입니다.
반환
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
유추 엔드포인트 이름입니다.
옵션 매개 변수입니다.
반환
Promise<EndpointAuthKeys>