OncoPhenotypeModelConfiguration 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 Onco Phenotype model's inference.
public class OncoPhenotypeModelConfiguration
type OncoPhenotypeModelConfiguration = class
Public Class OncoPhenotypeModelConfiguration
- Inheritance
-
OncoPhenotypeModelConfiguration
Constructors
OncoPhenotypeModelConfiguration() |
Initializes a new instance of OncoPhenotypeModelConfiguration. |
Properties
CheckForCancerCase |
An indication whether to perform a preliminary step on the patient's documents to determine whether they relate to a Cancer case. |
IncludeEvidence |
An indication whether the model's output should include evidence for the inferences. |
InferenceTypes |
A list of inference types to be inferred for the current request. This could be used if only part of the Onco Phenotype inferences are required. If this list is omitted or empty, the model will return all the inference types. |
Verbose |
An indication whether the model should produce verbose output. |
Applies to
Azure SDK for .NET