AnnotationConfigArgs

data class AnnotationConfigArgs(val annotationStoreName: Output<String>? = null, val storeQuote: Output<Boolean>? = null) : ConvertibleToJava<AnnotationConfigArgs>

Specifies how to store annotations during de-identification operation.

Constructors

Link copied to clipboard
fun AnnotationConfigArgs(annotationStoreName: Output<String>? = null, storeQuote: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AnnotationConfigArgs

Properties

Link copied to clipboard
val annotationStoreName: Output<String>? = null

The name of the annotation store, in the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotationStores/{annotation_store_id}). * The destination annotation store must be in the same project as the source data. De-identifying data across multiple projects is not supported. * The destination annotation store must exist when using DeidentifyDicomStore or DeidentifyFhirStore. DeidentifyDataset automatically creates the destination annotation store.

Link copied to clipboard
val storeQuote: Output<Boolean>? = null

If set to true, the sensitive texts are included in SensitiveTextAnnotation of Annotation.