OnlineDeployments interface
Interface representing a OnlineDeployments.
Methods
Method Details
beginCreateOrUpdate(string, string, string, string, OnlineDeployment, OnlineDeploymentsCreateOrUpdateOptionalParams)
Create or update Inference Endpoint Deployment (asynchronous).
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineDeployment>, OnlineDeployment>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
- body
- OnlineDeployment
Inference Endpoint entity to apply during operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OnlineDeployment>, OnlineDeployment>>
beginCreateOrUpdateAndWait(string, string, string, string, OnlineDeployment, OnlineDeploymentsCreateOrUpdateOptionalParams)
Create or update Inference Endpoint Deployment (asynchronous).
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<OnlineDeployment>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
- body
- OnlineDeployment
Inference Endpoint entity to apply during operation.
The options parameters.
Returns
Promise<OnlineDeployment>
beginDelete(string, string, string, string, OnlineDeploymentsDeleteOptionalParams)
Delete Inference Endpoint Deployment (asynchronous).
function beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, OnlineDeploymentsDeleteOptionalParams)
Delete Inference Endpoint Deployment (asynchronous).
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
The options parameters.
Returns
Promise<void>
beginUpdate(string, string, string, string, PartialMinimalTrackedResourceWithSku, OnlineDeploymentsUpdateOptionalParams)
Update Online Deployment (asynchronous).
function beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OnlineDeployment>, OnlineDeployment>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Online Endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
Online Endpoint entity to apply during operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<OnlineDeployment>, OnlineDeployment>>
beginUpdateAndWait(string, string, string, string, PartialMinimalTrackedResourceWithSku, OnlineDeploymentsUpdateOptionalParams)
Update Online Deployment (asynchronous).
function beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<OnlineDeployment>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Online Endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
Online Endpoint entity to apply during operation.
The options parameters.
Returns
Promise<OnlineDeployment>
get(string, string, string, string, OnlineDeploymentsGetOptionalParams)
Get Inference Deployment Deployment.
function get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsGetOptionalParams): Promise<OnlineDeployment>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
The options parameters.
Returns
Promise<OnlineDeployment>
getLogs(string, string, string, string, DeploymentLogsRequest, OnlineDeploymentsGetLogsOptionalParams)
Polls an Endpoint operation.
function getLogs(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: DeploymentLogsRequest, options?: OnlineDeploymentsGetLogsOptionalParams): Promise<DeploymentLogs>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
The name and identifier for the endpoint.
The request containing parameters for retrieving logs.
The options parameters.
Returns
Promise<DeploymentLogs>
list(string, string, string, OnlineDeploymentsListOptionalParams)
List Inference Endpoint Deployments.
function list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineDeploymentsListOptionalParams): PagedAsyncIterableIterator<OnlineDeployment, OnlineDeployment[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
The options parameters.
Returns
listSkus(string, string, string, string, OnlineDeploymentsListSkusOptionalParams)
List Inference Endpoint Deployment Skus.
function listSkus(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsListSkusOptionalParams): PagedAsyncIterableIterator<SkuResource, SkuResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- endpointName
-
string
Inference endpoint name.
- deploymentName
-
string
Inference Endpoint Deployment name.
The options parameters.