google_api_health_care v0.8.0 GoogleApi.HealthCare.V1beta1.Model.DeidentifyDatasetRequest View Source
Redacts identifying information from the specified dataset.
Attributes
config(type:GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t, default:nil) - Deidentify configuration.destinationDataset(type:String.t, default:nil) - The name of the dataset resource to create and write the redacted data to.- The destination dataset must not exist.
- The destination dataset must be in the same project and location as the source dataset. De-identifying data across multiple projects or locations is not supported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.DeidentifyDatasetRequest{
config: GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t(),
destinationDataset: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.