Skip to content

Commit

Permalink
Add note to validate_statistics API doc clarifying that TFDV does not…
Browse files Browse the repository at this point in the history
… currently support schema-level float_domain and int_domain.

PiperOrigin-RevId: 283346739
  • Loading branch information
tf-metadata-team authored and tf-metadata-team committed Dec 2, 2019
1 parent af7cbcd commit b1ec88c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow_metadata/proto/v0/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ message Feature {
StringDomain string_domain = 11;
BoolDomain bool_domain = 13;
StructDomain struct_domain = 29;
// Supported semantic domains (Not supported in TFDV).
// Supported semantic domains.
NaturalLanguageDomain natural_language_domain = 24;
ImageDomain image_domain = 25;
MIDDomain mid_domain = 26;
Expand Down Expand Up @@ -547,7 +547,6 @@ message FeaturePresence {

// Records constraints on the presence of a feature inside a "group" context
// (e.g., .presence inside a group of features that define a sequence).
// TFDV does not support this feature yet.
message FeaturePresenceWithinGroup {
optional bool required = 1;
}
Expand Down

0 comments on commit b1ec88c

Please sign in to comment.