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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET