Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchDeployments

Package version

Interface representing a BatchDeployments.

Hierarchy

  • BatchDeployments

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete Batch Inference 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

      Endpoint name

    • deploymentName: string

      Inference deployment identifier.

    • Optional options: BatchDeploymentsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete Batch Inference 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

      Endpoint name

    • deploymentName: string

      Inference deployment identifier.

    • Optional options: BatchDeploymentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

list

Generated using TypeDoc