public interface DatasetConstraintsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMinExamplesCount()
Minimum number of examples in the dataset.
|
NumericValueComparator |
getNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the
previous span.
|
NumericValueComparatorOrBuilder |
getNumExamplesDriftComparatorOrBuilder()
Tests differences in number of examples between the current data and the
previous span.
|
NumericValueComparator |
getNumExamplesVersionComparator()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
NumericValueComparatorOrBuilder |
getNumExamplesVersionComparatorOrBuilder()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
boolean |
hasMinExamplesCount()
Minimum number of examples in the dataset.
|
boolean |
hasNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the
previous span.
|
boolean |
hasNumExamplesVersionComparator()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;NumericValueComparator getNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;NumericValueComparatorOrBuilder getNumExamplesDriftComparatorOrBuilder()
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;boolean hasNumExamplesVersionComparator()
Tests comparisions in number of examples between the current data and the previous version of that data.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_version_comparator = 2;NumericValueComparator getNumExamplesVersionComparator()
Tests comparisions in number of examples between the current data and the previous version of that data.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_version_comparator = 2;NumericValueComparatorOrBuilder getNumExamplesVersionComparatorOrBuilder()
Tests comparisions in number of examples between the current data and the previous version of that data.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_version_comparator = 2;boolean hasMinExamplesCount()
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;long getMinExamplesCount()
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;Copyright © 2020 Gojek. All rights reserved.