GooglePrivacyDlpV2VertexDatasetDiscoveryTarget class
Target used to match against for discovery with Vertex AI datasets.
Constructors
- GooglePrivacyDlpV2VertexDatasetDiscoveryTarget.new({GooglePrivacyDlpV2DiscoveryVertexDatasetConditions? conditions, GooglePrivacyDlpV2Disabled? disabled, GooglePrivacyDlpV2DiscoveryVertexDatasetFilter? filter, GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence? generationCadence})
- GooglePrivacyDlpV2VertexDatasetDiscoveryTarget.fromJson(Map json_)
Properties
- conditions ↔ GooglePrivacyDlpV2DiscoveryVertexDatasetConditions?
-
In addition to matching the filter, these conditions must be true before a
profile is generated.
getter/setter pair
- disabled ↔ GooglePrivacyDlpV2Disabled?
-
Disable profiling for datasets that match this filter.
getter/setter pair
- filter ↔ GooglePrivacyDlpV2DiscoveryVertexDatasetFilter?
-
The datasets the discovery cadence applies to.
getter/setter pair
- generationCadence ↔ GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence?
-
How often and when to update profiles.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited