public static final class DatasetConstraints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder> implements DatasetConstraintsOrBuilder
Constraints on the entire dataset.Protobuf type
tensorflow.metadata.v0.DatasetConstraints| Modifier and Type | Method and Description |
|---|---|
DatasetConstraints.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DatasetConstraints |
build() |
DatasetConstraints |
buildPartial() |
DatasetConstraints.Builder |
clear() |
DatasetConstraints.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DatasetConstraints.Builder |
clearMinExamplesCount()
Minimum number of examples in the dataset.
|
DatasetConstraints.Builder |
clearNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the
previous span.
|
DatasetConstraints.Builder |
clearNumExamplesVersionComparator()
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
DatasetConstraints.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DatasetConstraints.Builder |
clone() |
DatasetConstraints |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
NumericValueComparator.Builder |
getNumExamplesDriftComparatorBuilder()
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.
|
NumericValueComparator.Builder |
getNumExamplesVersionComparatorBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DatasetConstraints.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DatasetConstraints.Builder |
mergeFrom(DatasetConstraints other) |
DatasetConstraints.Builder |
mergeFrom(com.google.protobuf.Message other) |
DatasetConstraints.Builder |
mergeNumExamplesDriftComparator(NumericValueComparator value)
Tests differences in number of examples between the current data and the
previous span.
|
DatasetConstraints.Builder |
mergeNumExamplesVersionComparator(NumericValueComparator value)
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
DatasetConstraints.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DatasetConstraints.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DatasetConstraints.Builder |
setMinExamplesCount(long value)
Minimum number of examples in the dataset.
|
DatasetConstraints.Builder |
setNumExamplesDriftComparator(NumericValueComparator.Builder builderForValue)
Tests differences in number of examples between the current data and the
previous span.
|
DatasetConstraints.Builder |
setNumExamplesDriftComparator(NumericValueComparator value)
Tests differences in number of examples between the current data and the
previous span.
|
DatasetConstraints.Builder |
setNumExamplesVersionComparator(NumericValueComparator.Builder builderForValue)
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
DatasetConstraints.Builder |
setNumExamplesVersionComparator(NumericValueComparator value)
Tests comparisions in number of examples between the current data and the
previous version of that data.
|
DatasetConstraints.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DatasetConstraints.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DatasetConstraints build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DatasetConstraints buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DatasetConstraints.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder mergeFrom(DatasetConstraints other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public DatasetConstraints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DatasetConstraints.Builder>IOExceptionpublic boolean 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;hasNumExamplesDriftComparator in interface DatasetConstraintsOrBuilderpublic 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;getNumExamplesDriftComparator in interface DatasetConstraintsOrBuilderpublic DatasetConstraints.Builder setNumExamplesDriftComparator(NumericValueComparator value)
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;public DatasetConstraints.Builder setNumExamplesDriftComparator(NumericValueComparator.Builder builderForValue)
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;public DatasetConstraints.Builder mergeNumExamplesDriftComparator(NumericValueComparator value)
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;public DatasetConstraints.Builder clearNumExamplesDriftComparator()
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;public NumericValueComparator.Builder getNumExamplesDriftComparatorBuilder()
Tests differences in number of examples between the current data and the previous span.
optional .tensorflow.metadata.v0.NumericValueComparator num_examples_drift_comparator = 1;public 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;getNumExamplesDriftComparatorOrBuilder in interface DatasetConstraintsOrBuilderpublic 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;hasNumExamplesVersionComparator in interface DatasetConstraintsOrBuilderpublic 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;getNumExamplesVersionComparator in interface DatasetConstraintsOrBuilderpublic DatasetConstraints.Builder setNumExamplesVersionComparator(NumericValueComparator value)
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;public DatasetConstraints.Builder setNumExamplesVersionComparator(NumericValueComparator.Builder builderForValue)
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;public DatasetConstraints.Builder mergeNumExamplesVersionComparator(NumericValueComparator value)
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;public DatasetConstraints.Builder clearNumExamplesVersionComparator()
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;public NumericValueComparator.Builder getNumExamplesVersionComparatorBuilder()
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;public 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;getNumExamplesVersionComparatorOrBuilder in interface DatasetConstraintsOrBuilderpublic boolean hasMinExamplesCount()
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;hasMinExamplesCount in interface DatasetConstraintsOrBuilderpublic long getMinExamplesCount()
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;getMinExamplesCount in interface DatasetConstraintsOrBuilderpublic DatasetConstraints.Builder setMinExamplesCount(long value)
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;value - The minExamplesCount to set.public DatasetConstraints.Builder clearMinExamplesCount()
Minimum number of examples in the dataset.
optional int64 min_examples_count = 3;public final DatasetConstraints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>public final DatasetConstraints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DatasetConstraints.Builder>Copyright © 2020 Gojek. All rights reserved.