InferenceGroupsOperations interface

介面代表 InferenceGroups 操作。

屬性

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginModifyDeltaModelsAsync
beginModifyDeltaModelsAsyncAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

建立或更新 InferenceGroup (非同步)。

delete

刪除 InferenceGroup (非同步)。

get

可在安卓獲取InferenceGroup。

getDeltaModelsStatusAsync

擷取與 InferenceGroup 和目標基底模型相關聯的差異模型狀態。

getStatus

擷取推論群組狀態。

list

列出推論群組。

listDeltaModelsAsync

列出與 InferenceGroup 和目標基底模型相關聯的差異模型。

listSkus

列出推論群組 SKU。

modifyDeltaModelsAsync

修改與 InferenceGroup 和目標基底模型相關聯的差異模型。

update

更新 InferenceGroup (非同步)。

屬性詳細資料

beginCreateOrUpdate

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceGroup>, InferenceGroup>>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceGroup>, InferenceGroup>>

beginCreateOrUpdateAndWait

警告

此 API 現已淘汰。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => Promise<InferenceGroup>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => Promise<InferenceGroup>

beginDelete

警告

此 API 現已淘汰。

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

警告

此 API 現已淘汰。

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => Promise<void>

beginModifyDeltaModelsAsync

警告

此 API 現已淘汰。

use modifyDeltaModelsAsync instead

beginModifyDeltaModelsAsync: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginModifyDeltaModelsAsyncAndWait

警告

此 API 現已淘汰。

use modifyDeltaModelsAsync instead

beginModifyDeltaModelsAsyncAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => Promise<void>

beginUpdate

警告

此 API 現已淘汰。

use update instead

beginUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceGroup>, InferenceGroup>>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferenceGroup>, InferenceGroup>>

beginUpdateAndWait

警告

此 API 現已淘汰。

use update instead

beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => Promise<InferenceGroup>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => Promise<InferenceGroup>

createOrUpdate

建立或更新 InferenceGroup (非同步)。

createOrUpdate: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceGroup>, InferenceGroup>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: InferenceGroup, options?: InferenceGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferenceGroup>, InferenceGroup>

delete

刪除 InferenceGroup (非同步)。

delete: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

可在安卓獲取InferenceGroup。

get: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsGetOptionalParams) => Promise<InferenceGroup>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsGetOptionalParams) => Promise<InferenceGroup>

getDeltaModelsStatusAsync

擷取與 InferenceGroup 和目標基底模型相關聯的差異模型狀態。

getDeltaModelsStatusAsync: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelStatusRequest, options?: InferenceGroupsGetDeltaModelsStatusAsyncOptionalParams) => Promise<DeltaModelStatusResponse>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelStatusRequest, options?: InferenceGroupsGetDeltaModelsStatusAsyncOptionalParams) => Promise<DeltaModelStatusResponse>

getStatus

擷取推論群組狀態。

getStatus: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsGetStatusOptionalParams) => Promise<GroupStatus>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsGetStatusOptionalParams) => Promise<GroupStatus>

list

列出推論群組。

list: (resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceGroupsListOptionalParams) => PagedAsyncIterableIterator<InferenceGroup, InferenceGroup[], PageSettings>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, options?: InferenceGroupsListOptionalParams) => PagedAsyncIterableIterator<InferenceGroup, InferenceGroup[], PageSettings>

listDeltaModelsAsync

列出與 InferenceGroup 和目標基底模型相關聯的差異模型。

listDeltaModelsAsync: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelListRequest, options?: InferenceGroupsListDeltaModelsAsyncOptionalParams) => PagedAsyncIterableIterator<string, string[], PageSettings>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelListRequest, options?: InferenceGroupsListDeltaModelsAsyncOptionalParams) => PagedAsyncIterableIterator<string, string[], PageSettings>

listSkus

列出推論群組 SKU。

listSkus: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsListSkusOptionalParams) => PagedAsyncIterableIterator<SkuResource, SkuResource[], PageSettings>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, options?: InferenceGroupsListSkusOptionalParams) => PagedAsyncIterableIterator<SkuResource, SkuResource[], PageSettings>

modifyDeltaModelsAsync

修改與 InferenceGroup 和目標基底模型相關聯的差異模型。

modifyDeltaModelsAsync: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: DeltaModelModifyRequest, options?: InferenceGroupsModifyDeltaModelsAsyncOptionalParams) => PollerLike<OperationState<void>, void>

update

更新 InferenceGroup (非同步)。

update: (resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => PollerLike<OperationState<InferenceGroup>, InferenceGroup>

屬性值

(resourceGroupName: string, workspaceName: string, poolName: string, groupName: string, body: PartialMinimalTrackedResourceWithSku, options?: InferenceGroupsUpdateOptionalParams) => PollerLike<OperationState<InferenceGroup>, InferenceGroup>