RadiologyInsightsModelConfiguration 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 Radiology Insights model's inference.
public class RadiologyInsightsModelConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsModelConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsModelConfiguration>
type RadiologyInsightsModelConfiguration = class
interface IJsonModel<RadiologyInsightsModelConfiguration>
interface IPersistableModel<RadiologyInsightsModelConfiguration>
Public Class RadiologyInsightsModelConfiguration
Implements IJsonModel(Of RadiologyInsightsModelConfiguration), IPersistableModel(Of RadiologyInsightsModelConfiguration)
- Inheritance
-
RadiologyInsightsModelConfiguration
- Implements
Constructors
RadiologyInsightsModelConfiguration() |
Initializes a new instance of RadiologyInsightsModelConfiguration. |
Properties
IncludeEvidence |
An indication whether the model's output should include evidence for the inferences. |
InferenceOptions |
Options regarding follow up recommendation inferences and finding inferences. |
InferenceTypes |
This is a list of inference types to be inferred for the current request. It could be used if only part of the Radiology Insights inferences are required. If this list is omitted or empty, the model will return all the inference types. |
Locale |
Local for the model to use. If not specified, the model will use the default locale. |
Verbose |
An indication whether the model should produce verbose output. |
Explicit Interface Implementations
IJsonModel<RadiologyInsightsModelConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RadiologyInsightsModelConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RadiologyInsightsModelConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RadiologyInsightsModelConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RadiologyInsightsModelConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET