DeidentificationJob 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.
A job containing a batch of documents to de-identify.
public class DeidentificationJob : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationJob>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationJob>
type DeidentificationJob = class
interface IJsonModel<DeidentificationJob>
interface IPersistableModel<DeidentificationJob>
Public Class DeidentificationJob
Implements IJsonModel(Of DeidentificationJob), IPersistableModel(Of DeidentificationJob)
- Inheritance
-
DeidentificationJob
- Implements
Constructors
DeidentificationJob(SourceStorageLocation, TargetStorageLocation) |
Initializes a new instance of DeidentificationJob. |
Properties
CreatedAt |
Date and time when the job was created. |
DataType |
Data type of the input documents. |
Error |
Error when job fails in it's entirety. |
LastUpdatedAt |
Date and time when the job was completed. If the job is canceled, this is the time when the job was canceled. If the job failed, this is the time when the job failed. |
Name |
The name of a job. |
Operation |
Operation to perform on the input documents. |
RedactionFormat |
Format of the redacted output. Only valid when Operation is Redact. |
SourceLocation |
Storage location to perform the operation on. |
StartedAt |
Date and time when the job was started. |
Status |
Current status of a job. |
Summary |
Summary of a job. Exists only when the job is completed. |
TargetLocation |
Target location to store output of operation. |
Explicit Interface Implementations
IJsonModel<DeidentificationJob>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeidentificationJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeidentificationJob>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeidentificationJob>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeidentificationJob>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET