Package org.tensorflow.metadata.v0
Interface TensorRepresentation.VarLenSparseTensorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorRepresentation.VarLenSparseTensor,TensorRepresentation.VarLenSparseTensor.Builder
- Enclosing class:
- TensorRepresentation
public static interface TensorRepresentation.VarLenSparseTensorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumnName()Identifies the column in the dataset that should be converted to the VarLenSparseTensor.com.google.protobuf.ByteStringgetColumnNameBytes()Identifies the column in the dataset that should be converted to the VarLenSparseTensor.booleanhasColumnName()Identifies the column in the dataset that should be converted to the VarLenSparseTensor.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasColumnName
boolean hasColumnName()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;- Returns:
- Whether the columnName field is set.
-
getColumnName
String getColumnName()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()
Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
optional string column_name = 1;- Returns:
- The bytes for columnName.
-
-