你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HealthInsightsRadiologyInsightsModelFactory.RadiologyInsightsInferenceResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RadiologyInsightsInferenceResult.
public static Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult RadiologyInsightsInferenceResult (System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsPatientResult> patientResults = default, string modelVersion = default);
static member RadiologyInsightsInferenceResult : seq<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsPatientResult> * string -> Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult
Public Shared Function RadiologyInsightsInferenceResult (Optional patientResults As IEnumerable(Of RadiologyInsightsPatientResult) = Nothing, Optional modelVersion As String = Nothing) As RadiologyInsightsInferenceResult
Parameters
- patientResults
- IEnumerable<RadiologyInsightsPatientResult>
Results for the patients given in the request.
- modelVersion
- String
The version of the model used for inference, expressed as the model date.
Returns
A new RadiologyInsightsInferenceResult instance for mocking.