Bagikan melalui


MachineLearningLabelingJobCollection Class

Definition

A class representing a collection of MachineLearningLabelingJobResource and their operations. Each MachineLearningLabelingJobResource in the collection will belong to the same instance of MachineLearningWorkspaceResource. To get a MachineLearningLabelingJobCollection instance call the GetMachineLearningLabelingJobs method from an instance of MachineLearningWorkspaceResource.

public class MachineLearningLabelingJobCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
type MachineLearningLabelingJobCollection = class
    inherit ArmCollection
    interface seq<MachineLearningLabelingJobResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningLabelingJobResource>
Public Class MachineLearningLabelingJobCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningLabelingJobResource), IEnumerable(Of MachineLearningLabelingJobResource)
Inheritance
MachineLearningLabelingJobCollection
Implements

Constructors

MachineLearningLabelingJobCollection()

Initializes a new instance of the MachineLearningLabelingJobCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, MachineLearningLabelingJobData, CancellationToken)

Creates or updates a labeling job (asynchronous).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningLabelingJobData, CancellationToken)

Creates or updates a labeling job (asynchronous).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_CreateOrUpdate
Exists(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
ExistsAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
Get(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Gets a labeling job by name/id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
GetAll(String, Nullable<Int32>, CancellationToken)

Lists labeling jobs in the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Operation Id: LabelingJobs_List
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Lists labeling jobs in the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Operation Id: LabelingJobs_List
GetAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Gets a labeling job by name/id.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
GetIfExists(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
GetIfExistsAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Operation Id: LabelingJobs_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MachineLearningLabelingJobResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MachineLearningLabelingJobResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to