Google Cloud Data Loss Prevention v2 API - Class DiscoveryVertexDatasetConditions (4.16.0)

public sealed class DiscoveryVertexDatasetConditions : IMessage<DiscoveryVertexDatasetConditions>, IEquatable<DiscoveryVertexDatasetConditions>, IDeepCloneable<DiscoveryVertexDatasetConditions>, IBufferMessage, IMessage

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

Inheritance

object > DiscoveryVertexDatasetConditions

Namespace

Google.Cloud.Dlp.V2

Assembly

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