Partilhar via


HealthInsightsRadiologyInsightsModelFactory.RadiologyInsightsInferenceResult Method

Definition

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.

Applies to