public static final class Feature.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder> implements FeatureOrBuilder
Describes schema-level information about a specific feature. NextID: 31Protobuf type
tensorflow.metadata.v0.Feature| Modifier and Type | Method and Description |
|---|---|
Feature.Builder |
addAllInEnvironment(Iterable<String> values)
List of environments this feature is present in.
|
Feature.Builder |
addAllNotInEnvironment(Iterable<String> values)
List of environments this feature is not present in.
|
Feature.Builder |
addInEnvironment(String value)
List of environments this feature is present in.
|
Feature.Builder |
addInEnvironmentBytes(com.google.protobuf.ByteString value)
List of environments this feature is present in.
|
Feature.Builder |
addNotInEnvironment(String value)
List of environments this feature is not present in.
|
Feature.Builder |
addNotInEnvironmentBytes(com.google.protobuf.ByteString value)
List of environments this feature is not present in.
|
Feature.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature |
build() |
Feature |
buildPartial() |
Feature.Builder |
clear() |
Feature.Builder |
clearAnnotation()
Additional information about the feature for documentation purpose.
|
Feature.Builder |
clearBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
Feature.Builder |
clearDeprecated()
Deprecated.
|
Feature.Builder |
clearDistributionConstraints()
Constraints on the distribution of the feature values.
|
Feature.Builder |
clearDomain()
Reference to a domain defined at the schema level.
|
Feature.Builder |
clearDomainInfo() |
Feature.Builder |
clearDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
Feature.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Feature.Builder |
clearFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
Feature.Builder |
clearGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
|
Feature.Builder |
clearImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
Feature.Builder |
clearInEnvironment()
List of environments this feature is present in.
|
Feature.Builder |
clearIntDomain()
Inline definitions of domains.
|
Feature.Builder |
clearLifecycleStage()
The lifecycle stage of a feature.
|
Feature.Builder |
clearMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
Feature.Builder |
clearName()
The name of the feature.
|
Feature.Builder |
clearNaturalLanguageDomain()
Supported semantic domains.
|
Feature.Builder |
clearNotInEnvironment()
List of environments this feature is not present in.
|
Feature.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Feature.Builder |
clearPresence()
Constraints on the presence of this feature in the examples.
|
Feature.Builder |
clearPresenceConstraints() |
Feature.Builder |
clearShape()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Feature.Builder |
clearShapeType() |
Feature.Builder |
clearSkewComparator()
Tests comparing the distribution to the associated serving data.
|
Feature.Builder |
clearStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
Feature.Builder |
clearStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
Feature.Builder |
clearTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
Feature.Builder |
clearTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
Feature.Builder |
clearType()
Physical type of the feature's values.
|
Feature.Builder |
clearUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
Feature.Builder |
clearValueCount()
The feature doesn't have a well defined shape.
|
Feature.Builder |
clone() |
Annotation |
getAnnotation()
Additional information about the feature for documentation purpose.
|
Annotation.Builder |
getAnnotationBuilder()
Additional information about the feature for documentation purpose.
|
AnnotationOrBuilder |
getAnnotationOrBuilder()
Additional information about the feature for documentation purpose.
|
BoolDomain |
getBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
BoolDomain.Builder |
getBoolDomainBuilder()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
BoolDomainOrBuilder |
getBoolDomainOrBuilder()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
Feature |
getDefaultInstanceForType() |
boolean |
getDeprecated()
Deprecated.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
DistributionConstraints |
getDistributionConstraints()
Constraints on the distribution of the feature values.
|
DistributionConstraints.Builder |
getDistributionConstraintsBuilder()
Constraints on the distribution of the feature values.
|
DistributionConstraintsOrBuilder |
getDistributionConstraintsOrBuilder()
Constraints on the distribution of the feature values.
|
String |
getDomain()
Reference to a domain defined at the schema level.
|
com.google.protobuf.ByteString |
getDomainBytes()
Reference to a domain defined at the schema level.
|
Feature.DomainInfoCase |
getDomainInfoCase() |
FeatureComparator |
getDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparator.Builder |
getDriftComparatorBuilder()
Tests comparing the distribution between two consecutive spans (e.g.
|
FeatureComparatorOrBuilder |
getDriftComparatorOrBuilder()
Tests comparing the distribution between two consecutive spans (e.g.
|
FloatDomain |
getFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
FloatDomain.Builder |
getFloatDomainBuilder()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
FloatDomainOrBuilder |
getFloatDomainOrBuilder()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
FeaturePresenceWithinGroup |
getGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
|
FeaturePresenceWithinGroup.Builder |
getGroupPresenceBuilder()
Only used in the context of a "group" context, e.g., inside a sequence.
|
FeaturePresenceWithinGroupOrBuilder |
getGroupPresenceOrBuilder()
Only used in the context of a "group" context, e.g., inside a sequence.
|
ImageDomain |
getImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
ImageDomain.Builder |
getImageDomainBuilder()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
ImageDomainOrBuilder |
getImageDomainOrBuilder()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
String |
getInEnvironment(int index)
List of environments this feature is present in.
|
com.google.protobuf.ByteString |
getInEnvironmentBytes(int index)
List of environments this feature is present in.
|
int |
getInEnvironmentCount()
List of environments this feature is present in.
|
com.google.protobuf.ProtocolStringList |
getInEnvironmentList()
List of environments this feature is present in.
|
IntDomain |
getIntDomain()
Inline definitions of domains.
|
IntDomain.Builder |
getIntDomainBuilder()
Inline definitions of domains.
|
IntDomainOrBuilder |
getIntDomainOrBuilder()
Inline definitions of domains.
|
LifecycleStage |
getLifecycleStage()
The lifecycle stage of a feature.
|
MIDDomain |
getMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
MIDDomain.Builder |
getMidDomainBuilder()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
MIDDomainOrBuilder |
getMidDomainOrBuilder()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
String |
getName()
The name of the feature.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the feature.
|
NaturalLanguageDomain |
getNaturalLanguageDomain()
Supported semantic domains.
|
NaturalLanguageDomain.Builder |
getNaturalLanguageDomainBuilder()
Supported semantic domains.
|
NaturalLanguageDomainOrBuilder |
getNaturalLanguageDomainOrBuilder()
Supported semantic domains.
|
String |
getNotInEnvironment(int index)
List of environments this feature is not present in.
|
com.google.protobuf.ByteString |
getNotInEnvironmentBytes(int index)
List of environments this feature is not present in.
|
int |
getNotInEnvironmentCount()
List of environments this feature is not present in.
|
com.google.protobuf.ProtocolStringList |
getNotInEnvironmentList()
List of environments this feature is not present in.
|
FeaturePresence |
getPresence()
Constraints on the presence of this feature in the examples.
|
FeaturePresence.Builder |
getPresenceBuilder()
Constraints on the presence of this feature in the examples.
|
Feature.PresenceConstraintsCase |
getPresenceConstraintsCase() |
FeaturePresenceOrBuilder |
getPresenceOrBuilder()
Constraints on the presence of this feature in the examples.
|
FixedShape |
getShape()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FixedShape.Builder |
getShapeBuilder()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FixedShapeOrBuilder |
getShapeOrBuilder()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Feature.ShapeTypeCase |
getShapeTypeCase() |
FeatureComparator |
getSkewComparator()
Tests comparing the distribution to the associated serving data.
|
FeatureComparator.Builder |
getSkewComparatorBuilder()
Tests comparing the distribution to the associated serving data.
|
FeatureComparatorOrBuilder |
getSkewComparatorOrBuilder()
Tests comparing the distribution to the associated serving data.
|
StringDomain |
getStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
StringDomain.Builder |
getStringDomainBuilder()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
StringDomainOrBuilder |
getStringDomainOrBuilder()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
StructDomain |
getStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
StructDomain.Builder |
getStructDomainBuilder()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
StructDomainOrBuilder |
getStructDomainOrBuilder()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
TimeDomain |
getTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
TimeDomain.Builder |
getTimeDomainBuilder()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
TimeDomainOrBuilder |
getTimeDomainOrBuilder()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
TimeOfDayDomain |
getTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
TimeOfDayDomain.Builder |
getTimeOfDayDomainBuilder()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
TimeOfDayDomainOrBuilder |
getTimeOfDayDomainOrBuilder()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
FeatureType |
getType()
Physical type of the feature's values.
|
URLDomain |
getUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
URLDomain.Builder |
getUrlDomainBuilder()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
URLDomainOrBuilder |
getUrlDomainOrBuilder()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
ValueCount |
getValueCount()
The feature doesn't have a well defined shape.
|
ValueCount.Builder |
getValueCountBuilder()
The feature doesn't have a well defined shape.
|
ValueCountOrBuilder |
getValueCountOrBuilder()
The feature doesn't have a well defined shape.
|
boolean |
hasAnnotation()
Additional information about the feature for documentation purpose.
|
boolean |
hasBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
boolean |
hasDeprecated()
Deprecated.
|
boolean |
hasDistributionConstraints()
Constraints on the distribution of the feature values.
|
boolean |
hasDomain()
Reference to a domain defined at the schema level.
|
boolean |
hasDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g.
|
boolean |
hasFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
boolean |
hasGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
|
boolean |
hasImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
boolean |
hasIntDomain()
Inline definitions of domains.
|
boolean |
hasLifecycleStage()
The lifecycle stage of a feature.
|
boolean |
hasMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
boolean |
hasName()
The name of the feature.
|
boolean |
hasNaturalLanguageDomain()
Supported semantic domains.
|
boolean |
hasPresence()
Constraints on the presence of this feature in the examples.
|
boolean |
hasShape()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
boolean |
hasSkewComparator()
Tests comparing the distribution to the associated serving data.
|
boolean |
hasStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
boolean |
hasStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
boolean |
hasTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
boolean |
hasTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
boolean |
hasType()
Physical type of the feature's values.
|
boolean |
hasUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
boolean |
hasValueCount()
The feature doesn't have a well defined shape.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Feature.Builder |
mergeAnnotation(Annotation value)
Additional information about the feature for documentation purpose.
|
Feature.Builder |
mergeBoolDomain(BoolDomain value)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
Feature.Builder |
mergeDistributionConstraints(DistributionConstraints value)
Constraints on the distribution of the feature values.
|
Feature.Builder |
mergeDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g.
|
Feature.Builder |
mergeFloatDomain(FloatDomain value)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
Feature.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Feature.Builder |
mergeFrom(Feature other) |
Feature.Builder |
mergeFrom(com.google.protobuf.Message other) |
Feature.Builder |
mergeGroupPresence(FeaturePresenceWithinGroup value)
Only used in the context of a "group" context, e.g., inside a sequence.
|
Feature.Builder |
mergeImageDomain(ImageDomain value)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
Feature.Builder |
mergeIntDomain(IntDomain value)
Inline definitions of domains.
|
Feature.Builder |
mergeMidDomain(MIDDomain value)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
Feature.Builder |
mergeNaturalLanguageDomain(NaturalLanguageDomain value)
Supported semantic domains.
|
Feature.Builder |
mergePresence(FeaturePresence value)
Constraints on the presence of this feature in the examples.
|
Feature.Builder |
mergeShape(FixedShape value)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Feature.Builder |
mergeSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
|
Feature.Builder |
mergeStringDomain(StringDomain value)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
Feature.Builder |
mergeStructDomain(StructDomain value)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
Feature.Builder |
mergeTimeDomain(TimeDomain value)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
Feature.Builder |
mergeTimeOfDayDomain(TimeOfDayDomain value)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
Feature.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Feature.Builder |
mergeUrlDomain(URLDomain value)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
Feature.Builder |
mergeValueCount(ValueCount value)
The feature doesn't have a well defined shape.
|
Feature.Builder |
setAnnotation(Annotation.Builder builderForValue)
Additional information about the feature for documentation purpose.
|
Feature.Builder |
setAnnotation(Annotation value)
Additional information about the feature for documentation purpose.
|
Feature.Builder |
setBoolDomain(BoolDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
Feature.Builder |
setBoolDomain(BoolDomain value)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
Feature.Builder |
setDeprecated(boolean value)
Deprecated.
|
Feature.Builder |
setDistributionConstraints(DistributionConstraints.Builder builderForValue)
Constraints on the distribution of the feature values.
|
Feature.Builder |
setDistributionConstraints(DistributionConstraints value)
Constraints on the distribution of the feature values.
|
Feature.Builder |
setDomain(String value)
Reference to a domain defined at the schema level.
|
Feature.Builder |
setDomainBytes(com.google.protobuf.ByteString value)
Reference to a domain defined at the schema level.
|
Feature.Builder |
setDriftComparator(FeatureComparator.Builder builderForValue)
Tests comparing the distribution between two consecutive spans (e.g.
|
Feature.Builder |
setDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g.
|
Feature.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature.Builder |
setFloatDomain(FloatDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
Feature.Builder |
setFloatDomain(FloatDomain value)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10; |
Feature.Builder |
setGroupPresence(FeaturePresenceWithinGroup.Builder builderForValue)
Only used in the context of a "group" context, e.g., inside a sequence.
|
Feature.Builder |
setGroupPresence(FeaturePresenceWithinGroup value)
Only used in the context of a "group" context, e.g., inside a sequence.
|
Feature.Builder |
setImageDomain(ImageDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
Feature.Builder |
setImageDomain(ImageDomain value)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25; |
Feature.Builder |
setInEnvironment(int index,
String value)
List of environments this feature is present in.
|
Feature.Builder |
setIntDomain(IntDomain.Builder builderForValue)
Inline definitions of domains.
|
Feature.Builder |
setIntDomain(IntDomain value)
Inline definitions of domains.
|
Feature.Builder |
setLifecycleStage(LifecycleStage value)
The lifecycle stage of a feature.
|
Feature.Builder |
setMidDomain(MIDDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
Feature.Builder |
setMidDomain(MIDDomain value)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26; |
Feature.Builder |
setName(String value)
The name of the feature.
|
Feature.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the feature.
|
Feature.Builder |
setNaturalLanguageDomain(NaturalLanguageDomain.Builder builderForValue)
Supported semantic domains.
|
Feature.Builder |
setNaturalLanguageDomain(NaturalLanguageDomain value)
Supported semantic domains.
|
Feature.Builder |
setNotInEnvironment(int index,
String value)
List of environments this feature is not present in.
|
Feature.Builder |
setPresence(FeaturePresence.Builder builderForValue)
Constraints on the presence of this feature in the examples.
|
Feature.Builder |
setPresence(FeaturePresence value)
Constraints on the presence of this feature in the examples.
|
Feature.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Feature.Builder |
setShape(FixedShape.Builder builderForValue)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Feature.Builder |
setShape(FixedShape value)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Feature.Builder |
setSkewComparator(FeatureComparator.Builder builderForValue)
Tests comparing the distribution to the associated serving data.
|
Feature.Builder |
setSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
|
Feature.Builder |
setStringDomain(StringDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
Feature.Builder |
setStringDomain(StringDomain value)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11; |
Feature.Builder |
setStructDomain(StructDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
Feature.Builder |
setStructDomain(StructDomain value)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
Feature.Builder |
setTimeDomain(TimeDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
Feature.Builder |
setTimeDomain(TimeDomain value)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28; |
Feature.Builder |
setTimeOfDayDomain(TimeOfDayDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
Feature.Builder |
setTimeOfDayDomain(TimeOfDayDomain value)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
Feature.Builder |
setType(FeatureType value)
Physical type of the feature's values.
|
Feature.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Feature.Builder |
setUrlDomain(URLDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
Feature.Builder |
setUrlDomain(URLDomain value)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27; |
Feature.Builder |
setValueCount(ValueCount.Builder builderForValue)
The feature doesn't have a well defined shape.
|
Feature.Builder |
setValueCount(ValueCount value)
The feature doesn't have a well defined shape.
|
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<Feature.Builder>public Feature.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.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<Feature.Builder>public Feature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Feature build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Feature buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Feature.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.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<Feature.Builder>public Feature.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.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<Feature.Builder>public Feature.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<Feature.Builder>public Feature.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Feature.Builder>public Feature.Builder mergeFrom(Feature other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.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<Feature.Builder>IOExceptionpublic Feature.PresenceConstraintsCase getPresenceConstraintsCase()
getPresenceConstraintsCase in interface FeatureOrBuilderpublic Feature.Builder clearPresenceConstraints()
public Feature.ShapeTypeCase getShapeTypeCase()
getShapeTypeCase in interface FeatureOrBuilderpublic Feature.Builder clearShapeType()
public Feature.DomainInfoCase getDomainInfoCase()
getDomainInfoCase in interface FeatureOrBuilderpublic Feature.Builder clearDomainInfo()
public boolean hasName()
The name of the feature.
optional string name = 1;hasName in interface FeatureOrBuilderpublic String getName()
The name of the feature.
optional string name = 1;getName in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the feature.
optional string name = 1;getNameBytes in interface FeatureOrBuilderpublic Feature.Builder setName(String value)
The name of the feature.
optional string name = 1;value - The name to set.public Feature.Builder clearName()
The name of the feature.
optional string name = 1;public Feature.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the feature.
optional string name = 1;value - The bytes for name to set.@Deprecated public boolean hasDeprecated()
This field is no longer supported. Instead, use: lifecycle_stage: DEPRECATED TODO(b/111450258): remove this.
optional bool deprecated = 2 [deprecated = true];hasDeprecated in interface FeatureOrBuilder@Deprecated public boolean getDeprecated()
This field is no longer supported. Instead, use: lifecycle_stage: DEPRECATED TODO(b/111450258): remove this.
optional bool deprecated = 2 [deprecated = true];getDeprecated in interface FeatureOrBuilder@Deprecated public Feature.Builder setDeprecated(boolean value)
This field is no longer supported. Instead, use: lifecycle_stage: DEPRECATED TODO(b/111450258): remove this.
optional bool deprecated = 2 [deprecated = true];value - The deprecated to set.@Deprecated public Feature.Builder clearDeprecated()
This field is no longer supported. Instead, use: lifecycle_stage: DEPRECATED TODO(b/111450258): remove this.
optional bool deprecated = 2 [deprecated = true];public boolean hasPresence()
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;hasPresence in interface FeatureOrBuilderpublic FeaturePresence getPresence()
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;getPresence in interface FeatureOrBuilderpublic Feature.Builder setPresence(FeaturePresence value)
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;public Feature.Builder setPresence(FeaturePresence.Builder builderForValue)
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;public Feature.Builder mergePresence(FeaturePresence value)
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;public Feature.Builder clearPresence()
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;public FeaturePresence.Builder getPresenceBuilder()
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;public FeaturePresenceOrBuilder getPresenceOrBuilder()
Constraints on the presence of this feature in the examples.
optional .tensorflow.metadata.v0.FeaturePresence presence = 14;getPresenceOrBuilder in interface FeatureOrBuilderpublic boolean hasGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;hasGroupPresence in interface FeatureOrBuilderpublic FeaturePresenceWithinGroup getGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;getGroupPresence in interface FeatureOrBuilderpublic Feature.Builder setGroupPresence(FeaturePresenceWithinGroup value)
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;public Feature.Builder setGroupPresence(FeaturePresenceWithinGroup.Builder builderForValue)
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;public Feature.Builder mergeGroupPresence(FeaturePresenceWithinGroup value)
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;public Feature.Builder clearGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;public FeaturePresenceWithinGroup.Builder getGroupPresenceBuilder()
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;public FeaturePresenceWithinGroupOrBuilder getGroupPresenceOrBuilder()
Only used in the context of a "group" context, e.g., inside a sequence.
optional .tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 17;getGroupPresenceOrBuilder in interface FeatureOrBuilderpublic boolean hasShape()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;hasShape in interface FeatureOrBuilderpublic FixedShape getShape()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;getShape in interface FeatureOrBuilderpublic Feature.Builder setShape(FixedShape value)
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;public Feature.Builder setShape(FixedShape.Builder builderForValue)
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;public Feature.Builder mergeShape(FixedShape value)
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;public Feature.Builder clearShape()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;public FixedShape.Builder getShapeBuilder()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;public FixedShapeOrBuilder getShapeOrBuilder()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
optional .tensorflow.metadata.v0.FixedShape shape = 23;getShapeOrBuilder in interface FeatureOrBuilderpublic boolean hasValueCount()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;hasValueCount in interface FeatureOrBuilderpublic ValueCount getValueCount()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;getValueCount in interface FeatureOrBuilderpublic Feature.Builder setValueCount(ValueCount value)
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;public Feature.Builder setValueCount(ValueCount.Builder builderForValue)
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;public Feature.Builder mergeValueCount(ValueCount value)
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;public Feature.Builder clearValueCount()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;public ValueCount.Builder getValueCountBuilder()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;public ValueCountOrBuilder getValueCountOrBuilder()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
optional .tensorflow.metadata.v0.ValueCount value_count = 5;getValueCountOrBuilder in interface FeatureOrBuilderpublic boolean hasType()
Physical type of the feature's values.
Note that you can have:
type: BYTES
int_domain: {
min: 0
max: 3
}
This would be a field that is syntactically BYTES (i.e. strings), but
semantically an int, i.e. it would be "0", "1", "2", or "3".
optional .tensorflow.metadata.v0.FeatureType type = 6;hasType in interface FeatureOrBuilderpublic FeatureType getType()
Physical type of the feature's values.
Note that you can have:
type: BYTES
int_domain: {
min: 0
max: 3
}
This would be a field that is syntactically BYTES (i.e. strings), but
semantically an int, i.e. it would be "0", "1", "2", or "3".
optional .tensorflow.metadata.v0.FeatureType type = 6;getType in interface FeatureOrBuilderpublic Feature.Builder setType(FeatureType value)
Physical type of the feature's values.
Note that you can have:
type: BYTES
int_domain: {
min: 0
max: 3
}
This would be a field that is syntactically BYTES (i.e. strings), but
semantically an int, i.e. it would be "0", "1", "2", or "3".
optional .tensorflow.metadata.v0.FeatureType type = 6;value - The type to set.public Feature.Builder clearType()
Physical type of the feature's values.
Note that you can have:
type: BYTES
int_domain: {
min: 0
max: 3
}
This would be a field that is syntactically BYTES (i.e. strings), but
semantically an int, i.e. it would be "0", "1", "2", or "3".
optional .tensorflow.metadata.v0.FeatureType type = 6;public boolean hasDomain()
Reference to a domain defined at the schema level.
optional string domain = 7;hasDomain in interface FeatureOrBuilderpublic String getDomain()
Reference to a domain defined at the schema level.
optional string domain = 7;getDomain in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Reference to a domain defined at the schema level.
optional string domain = 7;getDomainBytes in interface FeatureOrBuilderpublic Feature.Builder setDomain(String value)
Reference to a domain defined at the schema level.
optional string domain = 7;value - The domain to set.public Feature.Builder clearDomain()
Reference to a domain defined at the schema level.
optional string domain = 7;public Feature.Builder setDomainBytes(com.google.protobuf.ByteString value)
Reference to a domain defined at the schema level.
optional string domain = 7;value - The bytes for domain to set.public boolean hasIntDomain()
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;hasIntDomain in interface FeatureOrBuilderpublic IntDomain getIntDomain()
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;getIntDomain in interface FeatureOrBuilderpublic Feature.Builder setIntDomain(IntDomain value)
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;public Feature.Builder setIntDomain(IntDomain.Builder builderForValue)
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;public Feature.Builder mergeIntDomain(IntDomain value)
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;public Feature.Builder clearIntDomain()
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;public IntDomain.Builder getIntDomainBuilder()
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;public IntDomainOrBuilder getIntDomainOrBuilder()
Inline definitions of domains.
optional .tensorflow.metadata.v0.IntDomain int_domain = 9;getIntDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;hasFloatDomain in interface FeatureOrBuilderpublic FloatDomain getFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;getFloatDomain in interface FeatureOrBuilderpublic Feature.Builder setFloatDomain(FloatDomain value)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;public Feature.Builder setFloatDomain(FloatDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;public Feature.Builder mergeFloatDomain(FloatDomain value)
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;public Feature.Builder clearFloatDomain()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;public FloatDomain.Builder getFloatDomainBuilder()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;public FloatDomainOrBuilder getFloatDomainOrBuilder()
optional .tensorflow.metadata.v0.FloatDomain float_domain = 10;getFloatDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;hasStringDomain in interface FeatureOrBuilderpublic StringDomain getStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;getStringDomain in interface FeatureOrBuilderpublic Feature.Builder setStringDomain(StringDomain value)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;public Feature.Builder setStringDomain(StringDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;public Feature.Builder mergeStringDomain(StringDomain value)
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;public Feature.Builder clearStringDomain()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;public StringDomain.Builder getStringDomainBuilder()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;public StringDomainOrBuilder getStringDomainOrBuilder()
optional .tensorflow.metadata.v0.StringDomain string_domain = 11;getStringDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;hasBoolDomain in interface FeatureOrBuilderpublic BoolDomain getBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;getBoolDomain in interface FeatureOrBuilderpublic Feature.Builder setBoolDomain(BoolDomain value)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;public Feature.Builder setBoolDomain(BoolDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;public Feature.Builder mergeBoolDomain(BoolDomain value)
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;public Feature.Builder clearBoolDomain()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;public BoolDomain.Builder getBoolDomainBuilder()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;public BoolDomainOrBuilder getBoolDomainOrBuilder()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13;getBoolDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;hasStructDomain in interface FeatureOrBuilderpublic StructDomain getStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;getStructDomain in interface FeatureOrBuilderpublic Feature.Builder setStructDomain(StructDomain value)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;public Feature.Builder setStructDomain(StructDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;public Feature.Builder mergeStructDomain(StructDomain value)
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;public Feature.Builder clearStructDomain()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;public StructDomain.Builder getStructDomainBuilder()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;public StructDomainOrBuilder getStructDomainOrBuilder()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29;getStructDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasNaturalLanguageDomain()
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;hasNaturalLanguageDomain in interface FeatureOrBuilderpublic NaturalLanguageDomain getNaturalLanguageDomain()
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;getNaturalLanguageDomain in interface FeatureOrBuilderpublic Feature.Builder setNaturalLanguageDomain(NaturalLanguageDomain value)
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;public Feature.Builder setNaturalLanguageDomain(NaturalLanguageDomain.Builder builderForValue)
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;public Feature.Builder mergeNaturalLanguageDomain(NaturalLanguageDomain value)
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;public Feature.Builder clearNaturalLanguageDomain()
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;public NaturalLanguageDomain.Builder getNaturalLanguageDomainBuilder()
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;public NaturalLanguageDomainOrBuilder getNaturalLanguageDomainOrBuilder()
Supported semantic domains.
optional .tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 24;getNaturalLanguageDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;hasImageDomain in interface FeatureOrBuilderpublic ImageDomain getImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;getImageDomain in interface FeatureOrBuilderpublic Feature.Builder setImageDomain(ImageDomain value)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;public Feature.Builder setImageDomain(ImageDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;public Feature.Builder mergeImageDomain(ImageDomain value)
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;public Feature.Builder clearImageDomain()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;public ImageDomain.Builder getImageDomainBuilder()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;public ImageDomainOrBuilder getImageDomainOrBuilder()
optional .tensorflow.metadata.v0.ImageDomain image_domain = 25;getImageDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;hasMidDomain in interface FeatureOrBuilderpublic MIDDomain getMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;getMidDomain in interface FeatureOrBuilderpublic Feature.Builder setMidDomain(MIDDomain value)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;public Feature.Builder setMidDomain(MIDDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;public Feature.Builder mergeMidDomain(MIDDomain value)
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;public Feature.Builder clearMidDomain()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;public MIDDomain.Builder getMidDomainBuilder()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;public MIDDomainOrBuilder getMidDomainOrBuilder()
optional .tensorflow.metadata.v0.MIDDomain mid_domain = 26;getMidDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;hasUrlDomain in interface FeatureOrBuilderpublic URLDomain getUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;getUrlDomain in interface FeatureOrBuilderpublic Feature.Builder setUrlDomain(URLDomain value)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;public Feature.Builder setUrlDomain(URLDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;public Feature.Builder mergeUrlDomain(URLDomain value)
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;public Feature.Builder clearUrlDomain()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;public URLDomain.Builder getUrlDomainBuilder()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;public URLDomainOrBuilder getUrlDomainOrBuilder()
optional .tensorflow.metadata.v0.URLDomain url_domain = 27;getUrlDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;hasTimeDomain in interface FeatureOrBuilderpublic TimeDomain getTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;getTimeDomain in interface FeatureOrBuilderpublic Feature.Builder setTimeDomain(TimeDomain value)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;public Feature.Builder setTimeDomain(TimeDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;public Feature.Builder mergeTimeDomain(TimeDomain value)
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;public Feature.Builder clearTimeDomain()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;public TimeDomain.Builder getTimeDomainBuilder()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;public TimeDomainOrBuilder getTimeDomainOrBuilder()
optional .tensorflow.metadata.v0.TimeDomain time_domain = 28;getTimeDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;hasTimeOfDayDomain in interface FeatureOrBuilderpublic TimeOfDayDomain getTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;getTimeOfDayDomain in interface FeatureOrBuilderpublic Feature.Builder setTimeOfDayDomain(TimeOfDayDomain value)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;public Feature.Builder setTimeOfDayDomain(TimeOfDayDomain.Builder builderForValue)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;public Feature.Builder mergeTimeOfDayDomain(TimeOfDayDomain value)
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;public Feature.Builder clearTimeOfDayDomain()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;public TimeOfDayDomain.Builder getTimeOfDayDomainBuilder()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;public TimeOfDayDomainOrBuilder getTimeOfDayDomainOrBuilder()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30;getTimeOfDayDomainOrBuilder in interface FeatureOrBuilderpublic boolean hasDistributionConstraints()
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;hasDistributionConstraints in interface FeatureOrBuilderpublic DistributionConstraints getDistributionConstraints()
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;getDistributionConstraints in interface FeatureOrBuilderpublic Feature.Builder setDistributionConstraints(DistributionConstraints value)
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;public Feature.Builder setDistributionConstraints(DistributionConstraints.Builder builderForValue)
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;public Feature.Builder mergeDistributionConstraints(DistributionConstraints value)
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;public Feature.Builder clearDistributionConstraints()
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;public DistributionConstraints.Builder getDistributionConstraintsBuilder()
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;public DistributionConstraintsOrBuilder getDistributionConstraintsOrBuilder()
Constraints on the distribution of the feature values. Currently only supported for StringDomains. TODO(b/69473628): Extend functionality to other domain types.
optional .tensorflow.metadata.v0.DistributionConstraints distribution_constraints = 15;getDistributionConstraintsOrBuilder in interface FeatureOrBuilderpublic boolean hasAnnotation()
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;hasAnnotation in interface FeatureOrBuilderpublic Annotation getAnnotation()
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;getAnnotation in interface FeatureOrBuilderpublic Feature.Builder setAnnotation(Annotation value)
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;public Feature.Builder setAnnotation(Annotation.Builder builderForValue)
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;public Feature.Builder mergeAnnotation(Annotation value)
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;public Feature.Builder clearAnnotation()
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;public Annotation.Builder getAnnotationBuilder()
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;public AnnotationOrBuilder getAnnotationOrBuilder()
Additional information about the feature for documentation purpose.
optional .tensorflow.metadata.v0.Annotation annotation = 16;getAnnotationOrBuilder in interface FeatureOrBuilderpublic boolean hasSkewComparator()
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;hasSkewComparator in interface FeatureOrBuilderpublic FeatureComparator getSkewComparator()
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;getSkewComparator in interface FeatureOrBuilderpublic Feature.Builder setSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;public Feature.Builder setSkewComparator(FeatureComparator.Builder builderForValue)
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;public Feature.Builder mergeSkewComparator(FeatureComparator value)
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;public Feature.Builder clearSkewComparator()
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;public FeatureComparator.Builder getSkewComparatorBuilder()
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;public FeatureComparatorOrBuilder getSkewComparatorOrBuilder()
Tests comparing the distribution to the associated serving data.
optional .tensorflow.metadata.v0.FeatureComparator skew_comparator = 18;getSkewComparatorOrBuilder in interface FeatureOrBuilderpublic boolean hasDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;hasDriftComparator in interface FeatureOrBuilderpublic FeatureComparator getDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;getDriftComparator in interface FeatureOrBuilderpublic Feature.Builder setDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;public Feature.Builder setDriftComparator(FeatureComparator.Builder builderForValue)
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;public Feature.Builder mergeDriftComparator(FeatureComparator value)
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;public Feature.Builder clearDriftComparator()
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;public FeatureComparator.Builder getDriftComparatorBuilder()
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;public FeatureComparatorOrBuilder getDriftComparatorOrBuilder()
Tests comparing the distribution between two consecutive spans (e.g. days).
optional .tensorflow.metadata.v0.FeatureComparator drift_comparator = 21;getDriftComparatorOrBuilder in interface FeatureOrBuilderpublic com.google.protobuf.ProtocolStringList getInEnvironmentList()
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;getInEnvironmentList in interface FeatureOrBuilderpublic int getInEnvironmentCount()
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;getInEnvironmentCount in interface FeatureOrBuilderpublic String getInEnvironment(int index)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;getInEnvironment in interface FeatureOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getInEnvironmentBytes(int index)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;getInEnvironmentBytes in interface FeatureOrBuilderindex - The index of the value to return.public Feature.Builder setInEnvironment(int index, String value)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;index - The index to set the value at.value - The inEnvironment to set.public Feature.Builder addInEnvironment(String value)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;value - The inEnvironment to add.public Feature.Builder addAllInEnvironment(Iterable<String> values)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;values - The inEnvironment to add.public Feature.Builder clearInEnvironment()
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;public Feature.Builder addInEnvironmentBytes(com.google.protobuf.ByteString value)
List of environments this feature is present in.
Should be disjoint from not_in_environment.
This feature is in environment "foo" if:
("foo" is in in_environment or default_environments) AND
"foo" is not in not_in_environment.
See Schema::default_environments.
repeated string in_environment = 20;value - The bytes of the inEnvironment to add.public com.google.protobuf.ProtocolStringList getNotInEnvironmentList()
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;getNotInEnvironmentList in interface FeatureOrBuilderpublic int getNotInEnvironmentCount()
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;getNotInEnvironmentCount in interface FeatureOrBuilderpublic String getNotInEnvironment(int index)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;getNotInEnvironment in interface FeatureOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNotInEnvironmentBytes(int index)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;getNotInEnvironmentBytes in interface FeatureOrBuilderindex - The index of the value to return.public Feature.Builder setNotInEnvironment(int index, String value)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;index - The index to set the value at.value - The notInEnvironment to set.public Feature.Builder addNotInEnvironment(String value)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;value - The notInEnvironment to add.public Feature.Builder addAllNotInEnvironment(Iterable<String> values)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;values - The notInEnvironment to add.public Feature.Builder clearNotInEnvironment()
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;public Feature.Builder addNotInEnvironmentBytes(com.google.protobuf.ByteString value)
List of environments this feature is not present in. Should be disjoint from of in_environment. See Schema::default_environments and in_environment.
repeated string not_in_environment = 19;value - The bytes of the notInEnvironment to add.public boolean hasLifecycleStage()
The lifecycle stage of a feature. It can also apply to its descendants. i.e., if a struct is DEPRECATED, its children are implicitly deprecated.
optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 22;hasLifecycleStage in interface FeatureOrBuilderpublic LifecycleStage getLifecycleStage()
The lifecycle stage of a feature. It can also apply to its descendants. i.e., if a struct is DEPRECATED, its children are implicitly deprecated.
optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 22;getLifecycleStage in interface FeatureOrBuilderpublic Feature.Builder setLifecycleStage(LifecycleStage value)
The lifecycle stage of a feature. It can also apply to its descendants. i.e., if a struct is DEPRECATED, its children are implicitly deprecated.
optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 22;value - The lifecycleStage to set.public Feature.Builder clearLifecycleStage()
The lifecycle stage of a feature. It can also apply to its descendants. i.e., if a struct is DEPRECATED, its children are implicitly deprecated.
optional .tensorflow.metadata.v0.LifecycleStage lifecycle_stage = 22;public final Feature.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public final Feature.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>Copyright © 2020 Gojek. All rights reserved.