-
Notifications
You must be signed in to change notification settings - Fork 54
Registry + Artifacts: Add usage table #3057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
88c90ed
e18e6f0
1ead688
12caec2
38063c9
0aa85b6
09696f0
383f87b
1861381
ab4ba5a
4c93b29
9a0f6ce
39aa878
42f89ff
a082342
ddc767d
aefbbf6
5783fa0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,12 @@ | ||||||
| | Dimension | Scope | Counting | Free | Pro | Enterprise | | ||||||
| | --- | --- | --- | --- | --- | --- | | ||||||
| | Registries| Organization | Registry projects in the organization | 5 | 25 | 250| | ||||||
| | Artifacts | Organization | Committed artifact versions across the whole organization | 100,000 | 5,000,000 | 100,000,000 | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Committed is an internal detail, here you can probably say Artifact versions across the whole org |
||||||
| | Unique tags | Organization | Distinct tag definitions in the org | 1,000 | 1,000 | 10,000 | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | Collections | Per Registry | Portfolios inside one registry | 50 | 250 | 5,000 | | ||||||
| | Linked versions per Registry Collection | Per Registry Collection | Distinct linked artifact versions in one registry collection | 500 | 1,000 | 2,500 | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | Versions per artifact sequence | Per artifact sequence | Committed versions in one branch (sequence) | 1,000 | 10,000 | 50,000 | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| An artifact *sequence* is a specific, versioned artifact in a project. For example, if you log an artifact named `model`, W&B creates a sequence called `model`. Each time you log a new version of that artifact, W&B creates a new version in the sequence: `model:v0`, `model:v1`, and `model:v2`. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In general, "Sequence" and "Portofolio" are internal terminology we use to distinguish project collections vs registry collections. With that, I would just maybe rename this to "Versions per project collection" and keep "Linked versions per registry collection"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also, here, a sequence isn't exactly a specific, versioned artifact. It is a collection of artifacts which is ordered / versioned |
||||||
|
|
||||||
| Contact [W&B Support](mailto:support@wandb.com) if you have questions about limits. | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: "Are there W&B Registry and Artifacts usage limits?" | ||
| keywords: ["Artifacts", "Experiments"] | ||
| docengineDescription: "W&B applies the following usage limits to Artifacts and Registry features..." | ||
| featured: false | ||
| --- | ||
|
|
||
| import ArtifactRegistryUsageLimits from "/snippets/_includes/artifact-registry-usage-limits.mdx"; | ||
|
|
||
| W&B applies the following usage limits to Artifacts and Registry features: | ||
|
|
||
| <ArtifactRegistryUsageLimits /> | ||
|
|
||
| --- | ||
|
|
||
| {/* AUTO-GENERATED: tab badges */} | ||
| <Badge stroke shape="pill" color="orange" size="md">[Artifacts](/support/models/tags/artifacts)</Badge><Badge stroke shape="pill" color="orange" size="md">[Experiments](/support/models/tags/experiments)</Badge> | ||
| {/* END AUTO-GENERATED: tab badges */} | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these limits most likely will no affect on prem, not sure if we need to call that out or not