Share via


MachineLearningJobResource.Get(CancellationToken) Method

Definition

Gets a Job by name/id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}
  • Operation Id: Jobs_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningJobResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningJobResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to