Uses of Class
org.tensorflow.metadata.v0.IntDomain
-
Packages that use IntDomain Package Description feast.proto.core org.tensorflow.metadata.v0 -
-
Uses of IntDomain in feast.proto.core
Methods in feast.proto.core that return IntDomain Modifier and Type Method Description IntDomainFeatureSetProto.FeatureSpec.Builder. getIntDomain()Inline definitions of domains.IntDomainFeatureSetProto.FeatureSpec. getIntDomain()Inline definitions of domains.IntDomainFeatureSetProto.FeatureSpecOrBuilder. getIntDomain()Inline definitions of domains.Methods in feast.proto.core with parameters of type IntDomain Modifier and Type Method Description FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. mergeIntDomain(IntDomain value)Inline definitions of domains.FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. setIntDomain(IntDomain value)Inline definitions of domains. -
Uses of IntDomain in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type IntDomain Modifier and Type Field Description static com.google.protobuf.Parser<IntDomain>IntDomain. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return IntDomain Modifier and Type Method Description IntDomainIntDomain.Builder. build()IntDomainIntDomain.Builder. buildPartial()static IntDomainIntDomain. getDefaultInstance()IntDomainIntDomain.Builder. getDefaultInstanceForType()IntDomainIntDomain. getDefaultInstanceForType()IntDomainFeature.Builder. getIntDomain()Inline definitions of domains.IntDomainFeature. getIntDomain()Inline definitions of domains.IntDomainFeatureOrBuilder. getIntDomain()Inline definitions of domains.IntDomainSchema.Builder. getIntDomain(int index)top level int domains that can be reused by featuresIntDomainSchema. getIntDomain(int index)top level int domains that can be reused by featuresIntDomainSchemaOrBuilder. getIntDomain(int index)top level int domains that can be reused by featuresstatic IntDomainIntDomain. parseDelimitedFrom(InputStream input)static IntDomainIntDomain. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntDomainIntDomain. parseFrom(byte[] data)static IntDomainIntDomain. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntDomainIntDomain. parseFrom(com.google.protobuf.ByteString data)static IntDomainIntDomain. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntDomainIntDomain. parseFrom(com.google.protobuf.CodedInputStream input)static IntDomainIntDomain. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntDomainIntDomain. parseFrom(InputStream input)static IntDomainIntDomain. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntDomainIntDomain. parseFrom(ByteBuffer data)static IntDomainIntDomain. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type IntDomain Modifier and Type Method Description List<IntDomain>Schema.Builder. getIntDomainList()top level int domains that can be reused by featuresList<IntDomain>Schema. getIntDomainList()top level int domains that can be reused by featuresList<IntDomain>SchemaOrBuilder. getIntDomainList()top level int domains that can be reused by featurescom.google.protobuf.Parser<IntDomain>IntDomain. getParserForType()static com.google.protobuf.Parser<IntDomain>IntDomain. parser()Methods in org.tensorflow.metadata.v0 with parameters of type IntDomain Modifier and Type Method Description Schema.BuilderSchema.Builder. addIntDomain(int index, IntDomain value)top level int domains that can be reused by featuresSchema.BuilderSchema.Builder. addIntDomain(IntDomain value)top level int domains that can be reused by featuresIntDomain.BuilderIntDomain.Builder. mergeFrom(IntDomain other)Feature.BuilderFeature.Builder. mergeIntDomain(IntDomain value)Inline definitions of domains.static IntDomain.BuilderIntDomain. newBuilder(IntDomain prototype)Feature.BuilderFeature.Builder. setIntDomain(IntDomain value)Inline definitions of domains.Schema.BuilderSchema.Builder. setIntDomain(int index, IntDomain value)top level int domains that can be reused by featuresMethod parameters in org.tensorflow.metadata.v0 with type arguments of type IntDomain Modifier and Type Method Description Schema.BuilderSchema.Builder. addAllIntDomain(Iterable<? extends IntDomain> values)top level int domains that can be reused by features
-