Class: Google::Cloud::Dlp::V2::VertexDatasetDiscoveryTarget

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Target used to match against for discovery with Vertex AI datasets.

Instance Attribute Summary collapse

Instance Attribute Details

#conditions::Google::Cloud::Dlp::V2::DiscoveryVertexDatasetConditions

Returns In addition to matching the filter, these conditions must be true before a profile is generated.

Returns:



5802
5803
5804
5805
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5802

class VertexDatasetDiscoveryTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disabled::Google::Cloud::Dlp::V2::Disabled

Returns Disable profiling for datasets that match this filter.

Note: The following fields are mutually exclusive: disabled, generation_cadence. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::Disabled)

    Disable profiling for datasets that match this filter.

    Note: The following fields are mutually exclusive: disabled, generation_cadence. If a field in that set is populated, all other fields in the set will automatically be cleared.



5802
5803
5804
5805
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5802

class VertexDatasetDiscoveryTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::Google::Cloud::Dlp::V2::DiscoveryVertexDatasetFilter

Returns Required. The datasets the discovery cadence applies to. The first target with a matching filter will be the one to apply to a dataset.

Returns:



5802
5803
5804
5805
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5802

class VertexDatasetDiscoveryTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generation_cadence::Google::Cloud::Dlp::V2::DiscoveryVertexDatasetGenerationCadence

Returns 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.

Note: The following fields are mutually exclusive: generation_cadence, disabled. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::DiscoveryVertexDatasetGenerationCadence)

    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.

    Note: The following fields are mutually exclusive: generation_cadence, disabled. If a field in that set is populated, all other fields in the set will automatically be cleared.



5802
5803
5804
5805
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5802

class VertexDatasetDiscoveryTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end