Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchEndpoints

Package version

Interface representing a BatchEndpoints.

Hierarchy

  • BatchEndpoints

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

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

    • Optional options: BatchEndpointsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

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

    • Optional options: BatchEndpointsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

list

listKeys

Generated using TypeDoc