TrialMatcherModelConfiguration Class
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.
Configuration affecting the Trial Matcher model's inference.
public class TrialMatcherModelConfiguration
type TrialMatcherModelConfiguration = class
Public Class TrialMatcherModelConfiguration
- Inheritance
-
TrialMatcherModelConfiguration
Constructors
TrialMatcherModelConfiguration(ClinicalTrials) |
Initializes a new instance of TrialMatcherModelConfiguration. |
Properties
ClinicalTrials |
The clinical trials that the patient(s) should be matched to. <br />The trial selection can be given as a list of custom clinical trials and/or a list of filters to known clinical trial registries. In case both are given, the resulting trial set is a union of the two sets. |
IncludeEvidence |
An indication whether the model's output should include evidence for the inferences. |
Verbose |
An indication whether the model should produce verbose output. |
Applies to
Azure SDK for .NET