Skip to content

Commit

Permalink
add Noa's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tcapelle committed Feb 13, 2024
1 parent fcd36e4 commit 742792d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,14 @@
" version_art = run.use_artifact(f\"wandb-smle/artifacts-ttl-demo/{'/'.join(version.split('/')[:-1])}\")\n",
" version_art.ttl = None\n",
" version_art.save()\n",
" print(version_art.ttl)\n"
" print(version_art.ttl)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> To apply a TTL policy to all artifacts within a team's projects, team admins can set default TTL policies for their team. The default will be applied to both existing and future artifacts logged to projects as long as no custom policies have been set. To learn more about configuring a team default TTL, visit [this](https://docs.wandb.ai/guides/artifacts/ttl#set-default-ttl-policies-for-a-team) section of the W&B documentation."
]
},
{
Expand Down

0 comments on commit 742792d

Please sign in to comment.