InferenceGroupsOperations interface
代表InferenceGroups操作的接口。
属性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
创建或更新 InferenceGroup(异步)。 |
| delete | 删除 InferenceGroup(异步)。 |
| get | 获取 InferenceGroup。 |
| get |
检索与 InferenceGroup 和目标基础模型关联的增量模型的状态。 |
| get |
检索推理组状态。 |
| list | 列出推理组。 |
| list |
列出与 InferenceGroup 和目标基础模型关联的增量模型。 |
| list |
列出推理组 SKU。 |
| modify |
修改与 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>