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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET