All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.healthcare.v1beta1.kotlin.outputs.AnnotationConfigResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.healthcare.v1beta1.kotlin.outputs

import kotlin.Boolean
import kotlin.String
import kotlin.Suppress

/**
 * Specifies how to store annotations during de-identification operation.
 * @property annotationStoreName 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.
 * @property storeQuote If set to true, the sensitive texts are included in SensitiveTextAnnotation of Annotation.
 */
public data class AnnotationConfigResponse(
    public val annotationStoreName: String,
    public val storeQuote: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.healthcare.v1beta1.outputs.AnnotationConfigResponse): AnnotationConfigResponse = AnnotationConfigResponse(
            annotationStoreName = javaType.annotationStoreName(),
            storeQuote = javaType.storeQuote(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy