InferenceGroupsOperations interface

Antarmuka yang mewakili operasi InferenceGroups.

Properti

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginModifyDeltaModelsAsync
beginModifyDeltaModelsAsyncAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Buat atau perbarui InferenceGroup (asinkron).

delete

Hapus InferenceGroup (asinkron).

get

Dapatkan InferenceGroup.

getDeltaModelsStatusAsync

Ambil status model delta yang terkait dengan InferenceGroup dan model dasar target.

getStatus

Ambil status grup inferensi.

list

Daftar Grup Inferensi.

listDeltaModelsAsync

Cantumkan model delta yang terkait dengan InferenceGroup dan model dasar target.

listSkus

Daftar Sku Grup Inferensi.

modifyDeltaModelsAsync

Ubah model delta yang terkait dengan InferenceGroup dan model dasar target.

update

Perbarui InferenceGroup (asinkron).

Detail Properti

beginCreateOrUpdate

Peringatan

API ini sudah tidak digunakan lagi.

use createOrUpdate instead

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

Nilai Properti

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

beginCreateOrUpdateAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use createOrUpdate instead

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

Nilai Properti

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

beginDelete

Peringatan

API ini sudah tidak digunakan lagi.

use delete instead

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

Nilai Properti

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

beginDeleteAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use delete instead

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

Nilai Properti

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

beginModifyDeltaModelsAsync

Peringatan

API ini sudah tidak digunakan lagi.

use modifyDeltaModelsAsync instead

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

Nilai Properti

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

beginModifyDeltaModelsAsyncAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use modifyDeltaModelsAsync instead

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

Nilai Properti

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

beginUpdate

Peringatan

API ini sudah tidak digunakan lagi.

use update instead

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

Nilai Properti

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

beginUpdateAndWait

Peringatan

API ini sudah tidak digunakan lagi.

use update instead

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

Nilai Properti

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

createOrUpdate

Buat atau perbarui InferenceGroup (asinkron).

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

Nilai Properti

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

delete

Hapus InferenceGroup (asinkron).

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

Nilai Properti

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

get

Dapatkan InferenceGroup.

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

Nilai Properti

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

getDeltaModelsStatusAsync

Ambil status model delta yang terkait dengan InferenceGroup dan model dasar target.

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

Nilai Properti

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

getStatus

Ambil status grup inferensi.

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

Nilai Properti

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

list

Daftar Grup Inferensi.

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

Nilai Properti

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

listDeltaModelsAsync

Cantumkan model delta yang terkait dengan InferenceGroup dan model dasar target.

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

Nilai Properti

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

listSkus

Daftar Sku Grup Inferensi.

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

Nilai Properti

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

modifyDeltaModelsAsync

Ubah model delta yang terkait dengan InferenceGroup dan model dasar target.

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

Nilai Properti

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

update

Perbarui InferenceGroup (asinkron).

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

Nilai Properti

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