Interface CoreServiceProto.UpdateFeatureSetStatusRequestOrBuilder

    • Method Detail

      • hasReference

        boolean hasReference()
         FeatureSetReference of FeatureSet to update
         
        .feast.core.FeatureSetReference reference = 1;
        Returns:
        Whether the reference field is set.
      • getStatusValue

        int getStatusValue()
         Target status
         
        .feast.core.FeatureSetStatus status = 2;
        Returns:
        The enum numeric value on the wire for status.