InferencePoolsOperations interface
Interface representing a InferencePools operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create or update InferencePool (asynchronous). |
| delete | Delete InferencePool (asynchronous). |
| get | Get InferencePool. |
| list | List InferencePools. |
| update | Update InferencePool (asynchronous). |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
createOrUpdate
Create or update InferencePool (asynchronous).
createOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
delete
Delete InferencePool (asynchronous).
delete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get InferencePool.
get: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
list
List InferencePools.
list: (resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
update
Update InferencePool (asynchronous).
update: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
Property Value
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>