Skip to content

Commit

Permalink
Add comment about updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather MacDonald committed Jul 17, 2023
1 parent 0dcd253 commit 5d9c015
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/verta/verta/tracking/entities/_deployable_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ def _get_artifact(self, key):

def log_schema(self, input: dict, output: Optional[dict] = None) -> None:
"""
Sets the input and output schemas, which are stored as model artifacts.
Sets the input and output schemas, which are stored as model artifacts. To propagate this
change to any live endpoints, you must redeploy the model by calling
:func:`~verta.endpoint.Endpoint.update`.
The output schema is optional.
Expand Down

2 comments on commit 5d9c015

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: hm_finishUpOpenAPI-2023-07-17T18-05-40--5d9c015

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.06
Total coverage (server): 61.33

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.