Class: Google::Cloud::Dlp::V2::DiscoveryVertexDatasetConditions

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

Overview

Requirements that must be true before a dataset is profiled for the first time.

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Google::Protobuf::Timestamp

Returns Vertex AI dataset must have been created after this date. Used to avoid backfilling.

Returns:



5810
5811
5812
5813
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5810

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

#min_age::Google::Protobuf::Duration

Returns Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.

Returns:



5810
5811
5812
5813
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5810

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