Compartilhar via


CustomVisionTrainingClient.GetUntaggedImageCountWithHttpMessagesAsync Método

Definição

Obtém o número de imagens não registradas.

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>>>
override this.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)))

Parâmetros

projectId
Guid

A ID do projeto.

iterationId
Nullable<Guid>

A ID da iteração. O padrão é workspace.

customHeaders
Dictionary<String,List<String>>

Cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Implementações

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Gerado quando um parâmetro necessário é nulo

Comentários

Essa API retorna as imagens que não têm marcas para um determinado projeto e, opcionalmente, uma iteração. Se nenhuma iteração for especificada, o workspace atual será usado.

Aplica-se a