GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetConditions (google_api_dlp v0.54.0)

View Source

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

Attributes

  • createdAfter (type: DateTime.t, default: nil) - Vertex AI dataset must have been created after this date. Used to avoid backfilling.
  • minAge (type: String.t, default: nil) - Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetConditions{
    createdAfter: DateTime.t() | nil,
    minAge: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.