public interface DiscoveryVertexDatasetConditionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreatedAfter()
public abstract Timestamp getCreatedAfter()Vertex AI dataset must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createdAfter. |
getCreatedAfterOrBuilder()
public abstract TimestampOrBuilder getCreatedAfterOrBuilder()Vertex AI dataset must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMinAge()
public abstract Duration getMinAge()Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The minAge. |
getMinAgeOrBuilder()
public abstract DurationOrBuilder getMinAgeOrBuilder()Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasCreatedAfter()
public abstract boolean hasCreatedAfter()Vertex AI dataset must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createdAfter field is set. |
hasMinAge()
public abstract boolean hasMinAge()Minimum age a Vertex AI dataset must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minAge field is set. |