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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.