Freigeben über


ICustomVisionTrainingClient.GetIterationPerformanceWithHttpMessagesAsync Methode

Definition

Ruft für eine Iteration ausführliche Informationen zur Leistung ab.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance>> GetIterationPerformanceWithHttpMessagesAsync (Guid projectId, Guid iterationId, double? threshold = default, double? overlapThreshold = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIterationPerformanceWithHttpMessagesAsync : Guid * Guid * Nullable<double> * Nullable<double> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance>>
Public Function GetIterationPerformanceWithHttpMessagesAsync (projectId As Guid, iterationId As Guid, Optional threshold As Nullable(Of Double) = Nothing, Optional overlapThreshold As Nullable(Of Double) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IterationPerformance))

Parameter

projectId
Guid

Die ID des Projekts, zu dem die Iteration gehört.

iterationId
Guid

Die ID der abzurufenden Iteration.

threshold
Nullable<Double>

Der Schwellenwert, der verwendet wird, um true-Vorhersagen zu bestimmen.

overlapThreshold
Nullable<Double>

Falls zutreffend, überlappt der Grenzwert des Begrenzungsrahmens, der verwendet wird, um true-Vorhersagen zu bestimmen.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: