From 5d1300f4eb390d6dbb2cbdac42d1a6c86701cb18 Mon Sep 17 00:00:00 2001 From: Heather MacDonald Date: Tue, 30 May 2023 16:01:49 -0700 Subject: [PATCH] docs: Update set_pii docstring --- client/verta/verta/registry/entities/_model.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/verta/verta/registry/entities/_model.py b/client/verta/verta/registry/entities/_model.py index 6f6565abf7..ddb398c92a 100644 --- a/client/verta/verta/registry/entities/_model.py +++ b/client/verta/verta/registry/entities/_model.py @@ -1090,7 +1090,12 @@ def _create_proto_internal( def set_pii(self, pii): """ - Note that you *MUST* update any live endpoints running this model in order to propagate this change. + Updates the PII value of this Registered Model. True indicates that the model ingests PII. + + Warnings + -------- + You *MUST* update any live endpoints running this model in order to propagate this change. + A simple no-op update is sufficient. """ self._fetch_with_no_cache() self._msg.pii = pii