Interface FeatureSetProto.FeatureSetOrBuilder

    • Method Detail

      • hasSpec

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

        FeatureSetProto.FeatureSetSpec getSpec()
         User-specified specifications of this feature set.
         
        .feast.core.FeatureSetSpec spec = 1;
        Returns:
        The spec.
      • hasMeta

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

        FeatureSetProto.FeatureSetMeta getMeta()
         System-populated metadata for this feature set.
         
        .feast.core.FeatureSetMeta meta = 2;
        Returns:
        The meta.