Interface FeatureViewProto.FeatureViewOrBuilder

    • Method Detail

      • hasSpec

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

        FeatureViewProto.FeatureViewSpec getSpec()
         User-specified specifications of this feature view.
         
        .feast.core.FeatureViewSpec spec = 1;
        Returns:
        The spec.
      • hasMeta

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