Package org.tensorflow.metadata.v0
Interface SparseFeature.ValueFeatureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SparseFeature.ValueFeature,SparseFeature.ValueFeature.Builder
- Enclosing class:
- SparseFeature
public static interface SparseFeature.ValueFeatureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of the value-feature.com.google.protobuf.ByteStringgetNameBytes()Name of the value-feature.booleanhasName()Name of the value-feature.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the value-feature. This should be a reference to an existing feature in the schema.
optional string name = 1;- Returns:
- The bytes for name.
-
-