InferencePoolsOperations interface
واجهة تمثل عمليات InferencePools.
الخصائص
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
إنشاء أو تحديث InferencePool (غير متزامن). |
| delete | حذف InferencePool (غير متزامن). |
| get | احصل على InferencePool. |
| list | قائمة InferencePools. |
| update | تحديث InferencePool (غير متزامن). |
تفاصيل الخاصية
beginCreateOrUpdate
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginCreateOrUpdateAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
beginDelete
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
beginUpdate
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginUpdateAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
createOrUpdate
إنشاء أو تحديث InferencePool (غير متزامن).
createOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
delete
حذف InferencePool (غير متزامن).
delete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
احصل على InferencePool.
get: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
list
قائمة InferencePools.
list: (resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
update
تحديث InferencePool (غير متزامن).
update: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
قيمة الخاصية
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>