public static final class FeatureSetProto.EntitySpec extends com.google.protobuf.GeneratedMessageV3 implements FeatureSetProto.EntitySpecOrBuilder
feast.core.EntitySpec| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureSetProto.EntitySpec.Builder
Protobuf type
feast.core.EntitySpec |
static class |
FeatureSetProto.EntitySpec.DomainInfoCase |
static class |
FeatureSetProto.EntitySpec.PresenceConstraintsCase |
static class |
FeatureSetProto.EntitySpec.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 | Field and Description |
|---|---|
static int |
BOOL_DOMAIN_FIELD_NUMBER |
static int |
DOMAIN_FIELD_NUMBER |
static int |
FLOAT_DOMAIN_FIELD_NUMBER |
static int |
GROUP_PRESENCE_FIELD_NUMBER |
static int |
IMAGE_DOMAIN_FIELD_NUMBER |
static int |
INT_DOMAIN_FIELD_NUMBER |
static int |
MID_DOMAIN_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NATURAL_LANGUAGE_DOMAIN_FIELD_NUMBER |
static int |
PRESENCE_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
STRING_DOMAIN_FIELD_NUMBER |
static int |
STRUCT_DOMAIN_FIELD_NUMBER |
static int |
TIME_DOMAIN_FIELD_NUMBER |
static int |
TIME_OF_DAY_DOMAIN_FIELD_NUMBER |
static int |
URL_DOMAIN_FIELD_NUMBER |
static int |
VALUE_COUNT_FIELD_NUMBER |
static int |
VALUE_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BoolDomain |
getBoolDomain()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11; |
BoolDomainOrBuilder |
getBoolDomainOrBuilder()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11; |
static FeatureSetProto.EntitySpec |
getDefaultInstance() |
FeatureSetProto.EntitySpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
FeatureSetProto.EntitySpec.DomainInfoCase |
getDomainInfoCase() |
FloatDomain |
getFloatDomain()
.tensorflow.metadata.v0.FloatDomain float_domain = 9; |
FloatDomainOrBuilder |
getFloatDomainOrBuilder()
.tensorflow.metadata.v0.FloatDomain float_domain = 9; |
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()
.tensorflow.metadata.v0.ImageDomain image_domain = 14; |
ImageDomainOrBuilder |
getImageDomainOrBuilder()
.tensorflow.metadata.v0.ImageDomain image_domain = 14; |
IntDomain |
getIntDomain()
Inline definitions of domains.
|
IntDomainOrBuilder |
getIntDomainOrBuilder()
Inline definitions of domains.
|
MIDDomain |
getMidDomain()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15; |
MIDDomainOrBuilder |
getMidDomainOrBuilder()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15; |
String |
getName()
Name of the entity.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the entity.
|
NaturalLanguageDomain |
getNaturalLanguageDomain()
Supported semantic domains.
|
NaturalLanguageDomainOrBuilder |
getNaturalLanguageDomainOrBuilder()
Supported semantic domains.
|
com.google.protobuf.Parser<FeatureSetProto.EntitySpec> |
getParserForType() |
FeaturePresence |
getPresence()
Constraints on the presence of this feature in the examples.
|
FeatureSetProto.EntitySpec.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.
|
FeatureSetProto.EntitySpec.ShapeTypeCase |
getShapeTypeCase() |
StringDomain |
getStringDomain()
.tensorflow.metadata.v0.StringDomain string_domain = 10; |
StringDomainOrBuilder |
getStringDomainOrBuilder()
.tensorflow.metadata.v0.StringDomain string_domain = 10; |
StructDomain |
getStructDomain()
.tensorflow.metadata.v0.StructDomain struct_domain = 12; |
StructDomainOrBuilder |
getStructDomainOrBuilder()
.tensorflow.metadata.v0.StructDomain struct_domain = 12; |
TimeDomain |
getTimeDomain()
.tensorflow.metadata.v0.TimeDomain time_domain = 17; |
TimeDomainOrBuilder |
getTimeDomainOrBuilder()
.tensorflow.metadata.v0.TimeDomain time_domain = 17; |
TimeOfDayDomain |
getTimeOfDayDomain()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18; |
TimeOfDayDomainOrBuilder |
getTimeOfDayDomainOrBuilder()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
URLDomain |
getUrlDomain()
.tensorflow.metadata.v0.URLDomain url_domain = 16; |
URLDomainOrBuilder |
getUrlDomainOrBuilder()
.tensorflow.metadata.v0.URLDomain url_domain = 16; |
ValueCount |
getValueCount()
The feature doesn't have a well defined shape.
|
ValueCountOrBuilder |
getValueCountOrBuilder()
The feature doesn't have a well defined shape.
|
ValueProto.ValueType.Enum |
getValueType()
Value type of the feature.
|
int |
getValueTypeValue()
Value type of the feature.
|
boolean |
hasBoolDomain()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11; |
boolean |
hasFloatDomain()
.tensorflow.metadata.v0.FloatDomain float_domain = 9; |
boolean |
hasGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
|
int |
hashCode() |
boolean |
hasImageDomain()
.tensorflow.metadata.v0.ImageDomain image_domain = 14; |
boolean |
hasIntDomain()
Inline definitions of domains.
|
boolean |
hasMidDomain()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15; |
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 |
hasStringDomain()
.tensorflow.metadata.v0.StringDomain string_domain = 10; |
boolean |
hasStructDomain()
.tensorflow.metadata.v0.StructDomain struct_domain = 12; |
boolean |
hasTimeDomain()
.tensorflow.metadata.v0.TimeDomain time_domain = 17; |
boolean |
hasTimeOfDayDomain()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18; |
boolean |
hasUrlDomain()
.tensorflow.metadata.v0.URLDomain url_domain = 16; |
boolean |
hasValueCount()
The feature doesn't have a well defined shape.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FeatureSetProto.EntitySpec.Builder |
newBuilder() |
static FeatureSetProto.EntitySpec.Builder |
newBuilder(FeatureSetProto.EntitySpec prototype) |
FeatureSetProto.EntitySpec.Builder |
newBuilderForType() |
protected FeatureSetProto.EntitySpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FeatureSetProto.EntitySpec |
parseDelimitedFrom(InputStream input) |
static FeatureSetProto.EntitySpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureSetProto.EntitySpec |
parseFrom(byte[] data) |
static FeatureSetProto.EntitySpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureSetProto.EntitySpec |
parseFrom(ByteBuffer data) |
static FeatureSetProto.EntitySpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureSetProto.EntitySpec |
parseFrom(com.google.protobuf.ByteString data) |
static FeatureSetProto.EntitySpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureSetProto.EntitySpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FeatureSetProto.EntitySpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureSetProto.EntitySpec |
parseFrom(InputStream input) |
static FeatureSetProto.EntitySpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FeatureSetProto.EntitySpec> |
parser() |
FeatureSetProto.EntitySpec.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 VALUE_TYPE_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 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
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 FeatureSetProto.EntitySpec.PresenceConstraintsCase getPresenceConstraintsCase()
getPresenceConstraintsCase in interface FeatureSetProto.EntitySpecOrBuilderpublic FeatureSetProto.EntitySpec.ShapeTypeCase getShapeTypeCase()
getShapeTypeCase in interface FeatureSetProto.EntitySpecOrBuilderpublic FeatureSetProto.EntitySpec.DomainInfoCase getDomainInfoCase()
getDomainInfoCase in interface FeatureSetProto.EntitySpecOrBuilderpublic String getName()
Name of the entity.
string name = 1;getName in interface FeatureSetProto.EntitySpecOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name of the entity.
string name = 1;getNameBytes in interface FeatureSetProto.EntitySpecOrBuilderpublic int getValueTypeValue()
Value type of the feature.
.feast.types.ValueType.Enum value_type = 2;getValueTypeValue in interface FeatureSetProto.EntitySpecOrBuilderpublic ValueProto.ValueType.Enum getValueType()
Value type of the feature.
.feast.types.ValueType.Enum value_type = 2;getValueType in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasPresence()
Constraints on the presence of this feature in the examples.
.tensorflow.metadata.v0.FeaturePresence presence = 3;hasPresence in interface FeatureSetProto.EntitySpecOrBuilderpublic FeaturePresence getPresence()
Constraints on the presence of this feature in the examples.
.tensorflow.metadata.v0.FeaturePresence presence = 3;getPresence in interface FeatureSetProto.EntitySpecOrBuilderpublic FeaturePresenceOrBuilder getPresenceOrBuilder()
Constraints on the presence of this feature in the examples.
.tensorflow.metadata.v0.FeaturePresence presence = 3;getPresenceOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
.tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 4;hasGroupPresence in interface FeatureSetProto.EntitySpecOrBuilderpublic FeaturePresenceWithinGroup getGroupPresence()
Only used in the context of a "group" context, e.g., inside a sequence.
.tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 4;getGroupPresence in interface FeatureSetProto.EntitySpecOrBuilderpublic FeaturePresenceWithinGroupOrBuilder getGroupPresenceOrBuilder()
Only used in the context of a "group" context, e.g., inside a sequence.
.tensorflow.metadata.v0.FeaturePresenceWithinGroup group_presence = 4;getGroupPresenceOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasShape()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
.tensorflow.metadata.v0.FixedShape shape = 5;hasShape in interface FeatureSetProto.EntitySpecOrBuilderpublic FixedShape getShape()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
.tensorflow.metadata.v0.FixedShape shape = 5;getShape in interface FeatureSetProto.EntitySpecOrBuilderpublic FixedShapeOrBuilder getShapeOrBuilder()
The feature has a fixed shape corresponding to a multi-dimensional tensor.
.tensorflow.metadata.v0.FixedShape shape = 5;getShapeOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasValueCount()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
.tensorflow.metadata.v0.ValueCount value_count = 6;hasValueCount in interface FeatureSetProto.EntitySpecOrBuilderpublic ValueCount getValueCount()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
.tensorflow.metadata.v0.ValueCount value_count = 6;getValueCount in interface FeatureSetProto.EntitySpecOrBuilderpublic ValueCountOrBuilder getValueCountOrBuilder()
The feature doesn't have a well defined shape. All we know are limits on the minimum and maximum number of values.
.tensorflow.metadata.v0.ValueCount value_count = 6;getValueCountOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic String getDomain()
Reference to a domain defined at the schema level.
string domain = 7;getDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Reference to a domain defined at the schema level.
string domain = 7;getDomainBytes in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasIntDomain()
Inline definitions of domains.
.tensorflow.metadata.v0.IntDomain int_domain = 8;hasIntDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic IntDomain getIntDomain()
Inline definitions of domains.
.tensorflow.metadata.v0.IntDomain int_domain = 8;getIntDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic IntDomainOrBuilder getIntDomainOrBuilder()
Inline definitions of domains.
.tensorflow.metadata.v0.IntDomain int_domain = 8;getIntDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasFloatDomain()
.tensorflow.metadata.v0.FloatDomain float_domain = 9;hasFloatDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic FloatDomain getFloatDomain()
.tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic FloatDomainOrBuilder getFloatDomainOrBuilder()
.tensorflow.metadata.v0.FloatDomain float_domain = 9;getFloatDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasStringDomain()
.tensorflow.metadata.v0.StringDomain string_domain = 10;hasStringDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic StringDomain getStringDomain()
.tensorflow.metadata.v0.StringDomain string_domain = 10;getStringDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic StringDomainOrBuilder getStringDomainOrBuilder()
.tensorflow.metadata.v0.StringDomain string_domain = 10;getStringDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasBoolDomain()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11;hasBoolDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic BoolDomain getBoolDomain()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11;getBoolDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic BoolDomainOrBuilder getBoolDomainOrBuilder()
.tensorflow.metadata.v0.BoolDomain bool_domain = 11;getBoolDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasStructDomain()
.tensorflow.metadata.v0.StructDomain struct_domain = 12;hasStructDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic StructDomain getStructDomain()
.tensorflow.metadata.v0.StructDomain struct_domain = 12;getStructDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic StructDomainOrBuilder getStructDomainOrBuilder()
.tensorflow.metadata.v0.StructDomain struct_domain = 12;getStructDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasNaturalLanguageDomain()
Supported semantic domains.
.tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 13;hasNaturalLanguageDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic NaturalLanguageDomain getNaturalLanguageDomain()
Supported semantic domains.
.tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 13;getNaturalLanguageDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic NaturalLanguageDomainOrBuilder getNaturalLanguageDomainOrBuilder()
Supported semantic domains.
.tensorflow.metadata.v0.NaturalLanguageDomain natural_language_domain = 13;getNaturalLanguageDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasImageDomain()
.tensorflow.metadata.v0.ImageDomain image_domain = 14;hasImageDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic ImageDomain getImageDomain()
.tensorflow.metadata.v0.ImageDomain image_domain = 14;getImageDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic ImageDomainOrBuilder getImageDomainOrBuilder()
.tensorflow.metadata.v0.ImageDomain image_domain = 14;getImageDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasMidDomain()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15;hasMidDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic MIDDomain getMidDomain()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15;getMidDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic MIDDomainOrBuilder getMidDomainOrBuilder()
.tensorflow.metadata.v0.MIDDomain mid_domain = 15;getMidDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasUrlDomain()
.tensorflow.metadata.v0.URLDomain url_domain = 16;hasUrlDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic URLDomain getUrlDomain()
.tensorflow.metadata.v0.URLDomain url_domain = 16;getUrlDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic URLDomainOrBuilder getUrlDomainOrBuilder()
.tensorflow.metadata.v0.URLDomain url_domain = 16;getUrlDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasTimeDomain()
.tensorflow.metadata.v0.TimeDomain time_domain = 17;hasTimeDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic TimeDomain getTimeDomain()
.tensorflow.metadata.v0.TimeDomain time_domain = 17;getTimeDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic TimeDomainOrBuilder getTimeDomainOrBuilder()
.tensorflow.metadata.v0.TimeDomain time_domain = 17;getTimeDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic boolean hasTimeOfDayDomain()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18;hasTimeOfDayDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic TimeOfDayDomain getTimeOfDayDomain()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18;getTimeOfDayDomain in interface FeatureSetProto.EntitySpecOrBuilderpublic TimeOfDayDomainOrBuilder getTimeOfDayDomainOrBuilder()
.tensorflow.metadata.v0.TimeOfDayDomain time_of_day_domain = 18;getTimeOfDayDomainOrBuilder in interface FeatureSetProto.EntitySpecOrBuilderpublic 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 FeatureSetProto.EntitySpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureSetProto.EntitySpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static FeatureSetProto.EntitySpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FeatureSetProto.EntitySpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FeatureSetProto.EntitySpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FeatureSetProto.EntitySpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FeatureSetProto.EntitySpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FeatureSetProto.EntitySpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FeatureSetProto.EntitySpec.Builder newBuilder()
public static FeatureSetProto.EntitySpec.Builder newBuilder(FeatureSetProto.EntitySpec prototype)
public FeatureSetProto.EntitySpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FeatureSetProto.EntitySpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static FeatureSetProto.EntitySpec getDefaultInstance()
public static com.google.protobuf.Parser<FeatureSetProto.EntitySpec> parser()
public com.google.protobuf.Parser<FeatureSetProto.EntitySpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public FeatureSetProto.EntitySpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Gojek. All rights reserved.