Freigeben über


MachineLearningLabelingJobCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren MachineLearningLabelingJobResource Vorgänge darstellt. Jedes MachineLearningLabelingJobResource in der Auflistung gehört zum gleichen instance von MachineLearningWorkspaceResource. Um eine MachineLearningLabelingJobCollection instance rufen Sie die GetMachineLearningLabelingJobs-Methode aus einer instance von aufMachineLearningWorkspaceResource.

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)
Vererbung
MachineLearningLabelingJobCollection
Implementiert

Konstruktoren

MachineLearningLabelingJobCollection()

Initialisiert eine neue instance der -Klasse für die MachineLearningLabelingJobCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, MachineLearningLabelingJobData, CancellationToken)

Erstellt oder aktualisiert einen Bezeichnungsauftrag (asynchron).

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningLabelingJobData, CancellationToken)

Erstellt oder aktualisiert einen Bezeichnungsauftrag (asynchron).

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_CreateOrUpdate
Exists(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
ExistsAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
Get(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft einen Bezeichnungsauftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
GetAll(String, Nullable<Int32>, CancellationToken)

Listet Beschriftungsaufträge im Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Vorgangs-IdLabelingJobs_List
GetAllAsync(String, Nullable<Int32>, CancellationToken)

Listet Beschriftungsaufträge im Arbeitsbereich auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs
  • Vorgangs-IdLabelingJobs_List
GetAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Ruft einen Bezeichnungsauftrag nach Name/ID ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
GetIfExists(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
GetIfExistsAsync(String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Vorgangs-IdLabelingJobs_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<MachineLearningLabelingJobResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<MachineLearningLabelingJobResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: