Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Jobs

Package version

Interface representing a Jobs.

Hierarchy

  • Jobs

Implemented by

Index

Methods

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a Job (asynchronous).

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • id: string

      The name and identifier for the Job. This is case-sensitive.

    • Optional options: JobsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<void>
  • Deletes a Job (asynchronous).

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • id: string

      The name and identifier for the Job. This is case-sensitive.

    • Optional options: JobsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

cancel

  • cancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<void>
  • Cancels a Job.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • id: string

      The name and identifier for the Job. This is case-sensitive.

    • Optional options: JobsCancelOptionalParams

      The options parameters.

    Returns Promise<void>

createOrUpdate

get

  • Gets a Job by name/id.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • id: string

      The name and identifier for the Job. This is case-sensitive.

    • Optional options: JobsGetOptionalParams

      The options parameters.

    Returns Promise<JobsGetResponse>

list

  • Lists Jobs in the workspace.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      Name of Azure Machine Learning workspace.

    • Optional options: JobsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<JobBaseData>

Generated using TypeDoc