public sealed class DiscoveryVertexDatasetConditions : IMessage<DiscoveryVertexDatasetConditions>, IEquatable<DiscoveryVertexDatasetConditions>, IDeepCloneable<DiscoveryVertexDatasetConditions>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryVertexDatasetConditions.
Requirements that must be true before a dataset is profiled for the first time.
Implements
IMessageDiscoveryVertexDatasetConditions, IEquatableDiscoveryVertexDatasetConditions, IDeepCloneableDiscoveryVertexDatasetConditions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryVertexDatasetConditions()
public DiscoveryVertexDatasetConditions()DiscoveryVertexDatasetConditions(DiscoveryVertexDatasetConditions)
public DiscoveryVertexDatasetConditions(DiscoveryVertexDatasetConditions other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryVertexDatasetConditions |
Properties
CreatedAfter
public Timestamp CreatedAfter { get; set; }Vertex AI dataset must have been created after this date. Used to avoid backfilling.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
MinAge
public Duration MinAge { get; set; }Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|