你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomVisionTrainingClientExtensions.GetIterationPerformanceWithHttpMessages 方法

定义

获取有关迭代的详细性能信息。

public static Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance> GetIterationPerformanceWithHttpMessages (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations, Guid projectId, Guid iterationId, double? threshold = default, double? overlapThreshold = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetIterationPerformanceWithHttpMessages : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient * Guid * Guid * Nullable<double> * Nullable<double> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance>
<Extension()>
Public Function GetIterationPerformanceWithHttpMessages (operations As ICustomVisionTrainingClient, 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) As HttpOperationResponse(Of IterationPerformance)

参数

operations
ICustomVisionTrainingClient

此扩展方法的操作组。

projectId
Guid

迭代所属项目的 ID。

iterationId
Guid

要获取的迭代的 ID。

threshold
Nullable<Double>

用于确定真实预测的阈值。

overlapThreshold
Nullable<Double>

如果适用,边界框与用于确定真实预测的阈值重叠。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

返回

适用于