| Package | Description |
|---|---|
| feast.core | |
| org.tensorflow.metadata.v0 |
| Modifier and Type | Method and Description |
|---|---|
IntDomain.Builder |
FeatureSetProto.EntitySpec.Builder.getIntDomainBuilder()
Inline definitions of domains.
|
IntDomain.Builder |
FeatureSetProto.FeatureSpec.Builder.getIntDomainBuilder()
Inline definitions of domains.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSetProto.EntitySpec.Builder |
FeatureSetProto.EntitySpec.Builder.setIntDomain(IntDomain.Builder builderForValue)
Inline definitions of domains.
|
FeatureSetProto.FeatureSpec.Builder |
FeatureSetProto.FeatureSpec.Builder.setIntDomain(IntDomain.Builder builderForValue)
Inline definitions of domains.
|
| Modifier and Type | Method and Description |
|---|---|
IntDomain.Builder |
Schema.Builder.addIntDomainBuilder()
top level int domains that can be reused by features
|
IntDomain.Builder |
Schema.Builder.addIntDomainBuilder(int index)
top level int domains that can be reused by features
|
IntDomain.Builder |
IntDomain.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IntDomain.Builder |
IntDomain.Builder.clear() |
IntDomain.Builder |
IntDomain.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IntDomain.Builder |
IntDomain.Builder.clearIsCategorical()
If true then the domain encodes categorical values (i.e., ids) rather than
ordinal values.
|
IntDomain.Builder |
IntDomain.Builder.clearMax()
optional int64 max = 4; |
IntDomain.Builder |
IntDomain.Builder.clearMin()
Min and max values for the domain.
|
IntDomain.Builder |
IntDomain.Builder.clearName()
Id of the domain.
|
IntDomain.Builder |
IntDomain.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IntDomain.Builder |
IntDomain.Builder.clone() |
IntDomain.Builder |
Feature.Builder.getIntDomainBuilder()
Inline definitions of domains.
|
IntDomain.Builder |
Schema.Builder.getIntDomainBuilder(int index)
top level int domains that can be reused by features
|
IntDomain.Builder |
IntDomain.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IntDomain.Builder |
IntDomain.Builder.mergeFrom(IntDomain other) |
IntDomain.Builder |
IntDomain.Builder.mergeFrom(com.google.protobuf.Message other) |
IntDomain.Builder |
IntDomain.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static IntDomain.Builder |
IntDomain.newBuilder() |
static IntDomain.Builder |
IntDomain.newBuilder(IntDomain prototype) |
IntDomain.Builder |
IntDomain.newBuilderForType() |
protected IntDomain.Builder |
IntDomain.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
IntDomain.Builder |
IntDomain.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IntDomain.Builder |
IntDomain.Builder.setIsCategorical(boolean value)
If true then the domain encodes categorical values (i.e., ids) rather than
ordinal values.
|
IntDomain.Builder |
IntDomain.Builder.setMax(long value)
optional int64 max = 4; |
IntDomain.Builder |
IntDomain.Builder.setMin(long value)
Min and max values for the domain.
|
IntDomain.Builder |
IntDomain.Builder.setName(String value)
Id of the domain.
|
IntDomain.Builder |
IntDomain.Builder.setNameBytes(com.google.protobuf.ByteString value)
Id of the domain.
|
IntDomain.Builder |
IntDomain.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IntDomain.Builder |
IntDomain.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IntDomain.Builder |
IntDomain.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<IntDomain.Builder> |
Schema.Builder.getIntDomainBuilderList()
top level int domains that can be reused by features
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.addIntDomain(IntDomain.Builder builderForValue)
top level int domains that can be reused by features
|
Schema.Builder |
Schema.Builder.addIntDomain(int index,
IntDomain.Builder builderForValue)
top level int domains that can be reused by features
|
Feature.Builder |
Feature.Builder.setIntDomain(IntDomain.Builder builderForValue)
Inline definitions of domains.
|
Schema.Builder |
Schema.Builder.setIntDomain(int index,
IntDomain.Builder builderForValue)
top level int domains that can be reused by features
|
Copyright © 2020 Gojek. All rights reserved.