RadiologyInsightsInferenceResult 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.
The inference results for the Radiology Insights request. If field 'status' has value 'succeeded', then field 'result' will contain an instance of RadiologyInsightsInferenceResult.
public class RadiologyInsightsInferenceResult : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsInferenceResult>
type RadiologyInsightsInferenceResult = class
interface IJsonModel<RadiologyInsightsInferenceResult>
interface IPersistableModel<RadiologyInsightsInferenceResult>
Public Class RadiologyInsightsInferenceResult
Implements IJsonModel(Of RadiologyInsightsInferenceResult), IPersistableModel(Of RadiologyInsightsInferenceResult)
- Inheritance
-
RadiologyInsightsInferenceResult
- Implements
Properties
ModelVersion |
The version of the model used for inference, expressed as the model date. |
PatientResults |
Results for the patients given in the request. |
Explicit Interface Implementations
IJsonModel<RadiologyInsightsInferenceResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RadiologyInsightsInferenceResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RadiologyInsightsInferenceResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RadiologyInsightsInferenceResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RadiologyInsightsInferenceResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET