BatchEndpointsOperations interface
介面代表 BatchEndpoints 操作。
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
建立批次推論端點 (非同步)。 |
| delete | 刪除批次推論端點 (非同步)。 |
| get | 依名稱取得批次推論端點。 |
| list | 列出工作區中的批次推斷端點。 |
| list |
列出批次推論端點金鑰。 |
| update | 更新批次推論端點 (非同步)。 |
屬性詳細資料
beginCreateOrUpdate
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginCreateOrUpdateAndWait
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => Promise<BatchEndpoint>
beginDelete
警告
此 API 現已淘汰。
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
警告
此 API 現已淘汰。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => Promise<void>
beginUpdate
警告
此 API 現已淘汰。
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BatchEndpoint>, BatchEndpoint>>
beginUpdateAndWait
警告
此 API 現已淘汰。
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => Promise<BatchEndpoint>
createOrUpdate
建立批次推論端點 (非同步)。
createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
delete
刪除批次推論端點 (非同步)。
delete: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
依名稱取得批次推論端點。
get: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams) => Promise<BatchEndpoint>
list
列出工作區中的批次推斷端點。
list: (resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams) => PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
屬性值
(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams) => PagedAsyncIterableIterator<BatchEndpoint, BatchEndpoint[], PageSettings>
listKeys
列出批次推論端點金鑰。
listKeys: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams) => Promise<EndpointAuthKeys>
update
更新批次推論端點 (非同步)。
update: (resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>
屬性值
(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams) => PollerLike<OperationState<BatchEndpoint>, BatchEndpoint>