Partager via


ICustomVisionTrainingClient.GetUntaggedImageCountWithHttpMessagesAsync Méthode

Définition

Obtient le nombre d’images non marquées.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<int?>> GetUntaggedImageCountWithHttpMessagesAsync (Guid projectId, Guid? iterationId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUntaggedImageCountWithHttpMessagesAsync : Guid * Nullable<Guid> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Nullable<int>>>
Public Function GetUntaggedImageCountWithHttpMessagesAsync (projectId As Guid, Optional iterationId As Nullable(Of Guid) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Nullable(Of Integer)))

Paramètres

projectId
Guid

ID de projet.

iterationId
Nullable<Guid>

ID d’itération. Par défaut, l’espace de travail est défini.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Cette API retourne les images qui n’ont aucune étiquette pour un projet donné et éventuellement une itération. Si aucune itération n’est spécifiée, l’espace de travail actuel est utilisé.

S’applique à