Class: Google::Cloud::Dlp::V2::DiscoveryVertexDatasetConditions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryVertexDatasetConditions
- 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
-
#created_after ⇒ ::Google::Protobuf::Timestamp
Vertex AI dataset must have been created after this date.
-
#min_age ⇒ ::Google::Protobuf::Duration
Minimum age a Vertex AI dataset must have.
Instance Attribute Details
#created_after ⇒ ::Google::Protobuf::Timestamp
Returns Vertex AI dataset must have been created after this date. Used to avoid backfilling.
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.
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 |