Freigeben über


RadiologyInsightsJob Class

Definition

Response for the Radiology Insights request.

public class RadiologyInsightsJob : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsJob>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.RadiologyInsightsJob>
type RadiologyInsightsJob = class
    interface IJsonModel<RadiologyInsightsJob>
    interface IPersistableModel<RadiologyInsightsJob>
Public Class RadiologyInsightsJob
Implements IJsonModel(Of RadiologyInsightsJob), IPersistableModel(Of RadiologyInsightsJob)
Inheritance
RadiologyInsightsJob
Implements

Constructors

RadiologyInsightsJob()

Initializes a new instance of RadiologyInsightsJob.

Properties

CreatedAt

The date and time when the processing job was created.

Error

Error object that describes the error when status is "Failed".

ExpiresAt

The date and time when the processing job is set to expire.

Id

The unique ID of the job.

JobData

The request data for the operation.

Result

The result of the operation.

Status

The status of the job.

UpdatedAt

The date and time when the processing job was last updated.

Explicit Interface Implementations

IJsonModel<RadiologyInsightsJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RadiologyInsightsJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RadiologyInsightsJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RadiologyInsightsJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RadiologyInsightsJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to