Compartilhar via


CustomVisionTrainingClient.GetImagePerformanceCountWithHttpMessagesAsync Método

Definição

Obtém o número de imagens marcadas com o {tagIds} fornecido que tem resultados de previsão do treinamento para a iteração fornecida {iteraçãoId}.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<int?>> GetImagePerformanceCountWithHttpMessagesAsync (Guid projectId, Guid iterationId, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetImagePerformanceCountWithHttpMessagesAsync : Guid * Guid * System.Collections.Generic.IList<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.GetImagePerformanceCountWithHttpMessagesAsync : Guid * Guid * System.Collections.Generic.IList<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 GetImagePerformanceCountWithHttpMessagesAsync (projectId As Guid, iterationId As Guid, Optional tagIds As IList(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
Guid

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

tagIds
IList<Guid>

Uma lista de IDs de marcas para filtrar as imagens a serem contadas. O padrão é todas as marcas quando nulo.

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 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

A filtragem está em uma relação e/ou. Por exemplo, se as IDs de marca fornecidas forem para as marcas "Dog" e "Cat", somente as imagens marcadas com Dog e/ou Cat serão retornadas

Aplica-se a