public final class Feature extends com.google.protobuf.GeneratedMessageV3 implements FeatureOrBuilder
Describes schema-level information about a specific feature. NextID: 31Protobuf type
tensorflow.metadata.v0.Feature| Modifier and Type | Class and Description |
|---|---|
static class |
Feature.Builder
Describes schema-level information about a specific feature.
|
static class |
Feature.DomainInfoCase |
static class |
Feature.PresenceConstraintsCase |
static class |
Feature.ShapeTypeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Annotation |
getAnnotation()
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; |
BoolDomainOrBuilder |
getBoolDomainOrBuilder()
optional .tensorflow.metadata.v0.BoolDomain bool_domain = 13; |
static Feature |
getDefaultInstance() |
Feature |
getDefaultInstanceForType() |
boolean |
getDeprecated()
Deprecated.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DistributionConstraints |
getDistributionConstraints()
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.
|
FeatureComparatorOrBuilder |
getDriftComparatorOrBuilder()
Tests comparing the distribution between two consecutive spans (e.g.
|
FloatDomain |
getFloatDomain()
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.
|
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; |
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.
|
IntDomainOrBuilder |
getIntDomainOrBuilder()
Inline definitions of domains.
|
LifecycleStage |
getLifecycleStage()
The lifecycle stage of a feature.
|
MIDDomain |
getMidDomain()
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.
|
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.
|
com.google.protobuf.Parser<Feature> |
getParserForType() |
FeaturePresence |
getPresence()
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.
|
int |
getSerializedSize() |
FixedShape |
getShape()
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.
|
FeatureComparatorOrBuilder |
getSkewComparatorOrBuilder()
Tests comparing the distribution to the associated serving data.
|
StringDomain |
getStringDomain()
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; |
StructDomainOrBuilder |
getStructDomainOrBuilder()
optional .tensorflow.metadata.v0.StructDomain struct_domain = 29; |
TimeDomain |
getTimeDomain()
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; |
TimeOfDayDomainOrBuilder |
getTimeOfDayDomainOrBuilder()
optional .tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 30; |
FeatureType |
getType()
Physical type of the feature's values.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
URLDomain |
getUrlDomain()
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.
|
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.
|
int |
hashCode() |
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() |
static Feature.Builder |
newBuilder() |
static Feature.Builder |
newBuilder(Feature prototype) |
Feature.Builder |
newBuilderForType() |
protected Feature.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Feature |
parseDelimitedFrom(InputStream input) |
static Feature |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Feature |
parseFrom(byte[] data) |
static Feature |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Feature |
parseFrom(ByteBuffer data) |
static Feature |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Feature |
parseFrom(com.google.protobuf.ByteString data) |
static Feature |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Feature |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Feature |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Feature |
parseFrom(InputStream input) |
static Feature |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Feature> |
parser() |
Feature.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
public static final int PRESENCE_FIELD_NUMBER
public static final int GROUP_PRESENCE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int VALUE_COUNT_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
public static final int INT_DOMAIN_FIELD_NUMBER
public static final int FLOAT_DOMAIN_FIELD_NUMBER
public static final int STRING_DOMAIN_FIELD_NUMBER
public static final int BOOL_DOMAIN_FIELD_NUMBER
public static final int STRUCT_DOMAIN_FIELD_NUMBER
public static final int NATURAL_LANGUAGE_DOMAIN_FIELD_NUMBER
public static final int IMAGE_DOMAIN_FIELD_NUMBER
public static final int MID_DOMAIN_FIELD_NUMBER
public static final int URL_DOMAIN_FIELD_NUMBER
public static final int TIME_DOMAIN_FIELD_NUMBER
public static final int TIME_OF_DAY_DOMAIN_FIELD_NUMBER
public static final int DISTRIBUTION_CONSTRAINTS_FIELD_NUMBER
public static final int ANNOTATION_FIELD_NUMBER
public static final int SKEW_COMPARATOR_FIELD_NUMBER
public static final int DRIFT_COMPARATOR_FIELD_NUMBER
public static final int IN_ENVIRONMENT_FIELD_NUMBER
public static final int NOT_IN_ENVIRONMENT_FIELD_NUMBER
public static final int LIFECYCLE_STAGE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Feature> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Feature.PresenceConstraintsCase getPresenceConstraintsCase()
getPresenceConstraintsCase in interface FeatureOrBuilderpublic Feature.ShapeTypeCase getShapeTypeCase()
getShapeTypeCase in interface FeatureOrBuilderpublic Feature.DomainInfoCase getDomainInfoCase()
getDomainInfoCase in interface FeatureOrBuilderpublic 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 FeatureOrBuilder@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 FeatureOrBuilderpublic 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Feature parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Feature parseFrom(InputStream input) throws IOException
IOExceptionpublic static Feature parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Feature parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Feature parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Feature parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Feature parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Feature.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Feature.Builder newBuilder()
public static Feature.Builder newBuilder(Feature prototype)
public Feature.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Feature.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Feature getDefaultInstance()
public static com.google.protobuf.Parser<Feature> parser()
public com.google.protobuf.Parser<Feature> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Feature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Gojek. All rights reserved.