Class DiscoveryVertexDatasetConditions (3.28.0)

DiscoveryVertexDatasetConditions(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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

Attributes

Name Description
created_after google.protobuf.timestamp_pb2.Timestamp
Vertex AI dataset must have been created after this date. Used to avoid backfilling.
min_age google.protobuf.duration_pb2.Duration
Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.