Interface FeatureServiceProto.FeatureServiceOrBuilder

    • Method Detail

      • hasSpec

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

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