Class GooglePrivacyDlpV2DiscoveryVertexDatasetConditions
Requirements that must be true before a dataset is profiled for the first time.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryVertexDatasetConditions : IDirectResponseSchema
Properties
CreatedAfter
object representation of CreatedAfterRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreatedAfterDateTimeOffset instead.")]
public virtual object CreatedAfter { get; set; }
Property Value
Type | Description |
---|---|
object |
CreatedAfterDateTimeOffset
DateTimeOffset representation of CreatedAfterRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreatedAfterDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreatedAfterRaw
Vertex AI dataset must have been created after this date. Used to avoid backfilling.
Declaration
[JsonProperty("createdAfter")]
public virtual string CreatedAfterRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinAge
Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type | Description |
---|---|
object |