Partager via


MachineLearningWorkspaceResource.GetMachineLearningLabelingJob Méthode

Définition

Obtient un travail d’étiquetage par nom/id.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/labelingJobs/{id}
  • Opération IdLabelingJobs_Get
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource> GetMachineLearningLabelingJob (string id, bool? includeJobInstructions = default, bool? includeLabelCategories = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningLabelingJob : string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
override this.GetMachineLearningLabelingJob : string * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningLabelingJobResource>
Public Overridable Function GetMachineLearningLabelingJob (id As String, Optional includeJobInstructions As Nullable(Of Boolean) = Nothing, Optional includeLabelCategories As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningLabelingJobResource)

Paramètres

id
String

Nom et identificateur de l’objet LabelingJob.

includeJobInstructions
Nullable<Boolean>

Valeur booléenne pour indiquer s’il faut inclure JobInstructions dans la réponse.

includeLabelCategories
Nullable<Boolean>

Valeur booléenne pour indiquer s’il faut inclure LabelCategories dans la réponse.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

id est une chaîne vide et devait être non vide.

id a la valeur null.

S’applique à