Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnlineDeployments

Package version

Interface representing a OnlineDeployments.

Hierarchy

  • OnlineDeployments

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete Inference Endpoint Deployment (asynchronous).

    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.

    • Optional options: OnlineDeploymentsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Delete Inference Endpoint Deployment (asynchronous).

    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.

    • Optional options: OnlineDeploymentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

getLogs

list

listSkus

  • List Inference Endpoint Deployment Skus.

    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.

    • Optional options: OnlineDeploymentsListSkusOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<SkuResource>

Generated using TypeDoc