InferencePoolsOperations interface
Interface représentant une opération InferencePools.
Propriétés
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Créez ou mettez à jour InferencePool (asynchrone). |
| delete | Supprimer InferencePool (asynchrone). |
| get | Obtenez InferencePool. |
| list | Répertorier InferencePools. |
| update | Mettre à jour InferencePool (asynchrone). |
Détails de la propriété
beginCreateOrUpdate
Avertissement
Cette API est à présent déconseillée.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginCreateOrUpdateAndWait
Avertissement
Cette API est à présent déconseillée.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => Promise<InferencePool>
beginDelete
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDelete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avertissement
Cette API est à présent déconseillée.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => Promise<void>
beginUpdate
Avertissement
Cette API est à présent déconseillée.
use update instead
beginUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InferencePool>, InferencePool>>
beginUpdateAndWait
Avertissement
Cette API est à présent déconseillée.
use update instead
beginUpdateAndWait: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => Promise<InferencePool>
createOrUpdate
Créez ou mettez à jour InferencePool (asynchrone).
createOrUpdate: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: InferencePool, options?: InferencePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
delete
Supprimer InferencePool (asynchrone).
delete: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Obtenez InferencePool.
get: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, options?: InferencePoolsGetOptionalParams) => Promise<InferencePool>
list
Répertorier InferencePools.
list: (resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, options?: InferencePoolsListOptionalParams) => PagedAsyncIterableIterator<InferencePool, InferencePool[], PageSettings>
update
Mettre à jour InferencePool (asynchrone).
update: (resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>
Valeur de propriété
(resourceGroupName: string, workspaceName: string, inferencePoolName: string, body: PartialMinimalTrackedResourceWithSkuAndIdentity, options?: InferencePoolsUpdateOptionalParams) => PollerLike<OperationState<InferencePool>, InferencePool>