cloudStorageOutput property

String? cloudStorageOutput
getter/setter pair

User settable Cloud Storage bucket and folders to store de-identified files.

This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket

Required.

Implementation

core.String? cloudStorageOutput;