Interface FeatureTableProto.FeatureTableOrBuilder

    • Method Detail

      • hasSpec

        boolean hasSpec()
         User-specified specifications of this feature table.
         
        .feast.core.FeatureTableSpec spec = 1;
        Returns:
        Whether the spec field is set.
      • hasMeta

        boolean hasMeta()
         System-populated metadata for this feature table.
         
        .feast.core.FeatureTableMeta meta = 2;
        Returns:
        Whether the meta field is set.