| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
FeatureType.forNumber(int value) |
FeatureType |
SparseFeature.getType()
Deprecated.
|
FeatureType |
SparseFeature.Builder.getType()
Deprecated.
|
FeatureType |
SparseFeatureOrBuilder.getType()
Deprecated.
|
FeatureType |
FeatureOrBuilder.getType()
Physical type of the feature's values.
|
FeatureType |
Feature.getType()
Physical type of the feature's values.
|
FeatureType |
Feature.Builder.getType()
Physical type of the feature's values.
|
static FeatureType |
FeatureType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureType |
FeatureType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureType |
FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureType[] |
FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<FeatureType> |
FeatureType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SparseFeature.Builder |
SparseFeature.Builder.setType(FeatureType value)
Deprecated.
|
Feature.Builder |
Feature.Builder.setType(FeatureType value)
Physical type of the feature's values.
|
Copyright © 2020 Gojek. All rights reserved.