Interface TensorRepresentation.VarLenSparseTensorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColumnName()
      Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
      com.google.protobuf.ByteString getColumnNameBytes()
      Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
      boolean hasColumnName()
      Identifies the column in the dataset that should be converted to the VarLenSparseTensor.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.