Uses of Class
com.azure.health.deidentification.models.DeidentificationJob
Packages that use DeidentificationJob
Package
Description
Package containing the classes for Deidentification.
Package containing the data models for Deidentification.
-
Uses of DeidentificationJob in com.azure.health.deidentification
Methods in com.azure.health.deidentification that return DeidentificationJobModifier and TypeMethodDescriptionCancel a de-identification job.Get a de-identification job.Methods in com.azure.health.deidentification that return types with arguments of type DeidentificationJobModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DeidentificationJob, DeidentificationJob> DeidentificationAsyncClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job.com.azure.core.util.polling.PollerFlux<DeidentificationJob, DeidentificationJob> DeidentificationAsyncClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job.com.azure.core.util.polling.SyncPoller<DeidentificationJob, DeidentificationJob> DeidentificationClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job.com.azure.core.util.polling.SyncPoller<DeidentificationJob, DeidentificationJob> DeidentificationClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job.Cancel a de-identification job.Get a de-identification job.com.azure.core.http.rest.PagedFlux<DeidentificationJob> DeidentificationAsyncClient.listJobs()List de-identification jobs.com.azure.core.http.rest.PagedIterable<DeidentificationJob> DeidentificationClient.listJobs()List de-identification jobs.Methods in com.azure.health.deidentification with parameters of type DeidentificationJobModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DeidentificationJob, DeidentificationJob> DeidentificationAsyncClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job.com.azure.core.util.polling.SyncPoller<DeidentificationJob, DeidentificationJob> DeidentificationClient.beginDeidentifyDocuments(String jobName, DeidentificationJob resource) Create a de-identification job. -
Uses of DeidentificationJob in com.azure.health.deidentification.models
Methods in com.azure.health.deidentification.models that return DeidentificationJobModifier and TypeMethodDescriptionstatic DeidentificationJobDeidentificationJob.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeidentificationJob from the JsonReader.DeidentificationJob.setCustomizations(DeidentificationJobCustomizationOptions customizations) Set the customizations property: Customization parameters to override default service behaviors.DeidentificationJob.setOperationType(DeidentificationOperationType operationType) Set the operationType property: Operation to perform on the input documents.