GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetDiscoveryTarget (google_api_dlp v0.54.0)
View SourceTarget used to match against for discovery with Vertex AI datasets.
Attributes
-
conditions
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetConditions.t
, default:nil
) - In addition to matching the filter, these conditions must be true before a profile is generated. -
disabled
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Disabled.t
, default:nil
) - Disable profiling for datasets that match this filter. -
filter
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetFilter.t
, default:nil
) - Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset. -
generationCadence
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence.t
, default:nil
) - How often and when to update profiles. New datasets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VertexDatasetDiscoveryTarget{ conditions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetConditions.t() | nil, disabled: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Disabled.t() | nil, filter: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetFilter.t() | nil, generationCadence: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence.t() | nil }