Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/guide/model-validation/manage-artifact-types.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

#### Artifact types

By default, the {{< var validmind.platform >}} provides three native artifact types:
By default, the {{< var validmind.platform >}} provides three artifact types:

Validation Issue
: Problems discovered during model validation that reflect errors, inconsistencies, or gaps in data, methodology, implementation, or documentation that need to be addressed before the model is considered reliable.
Expand Down Expand Up @@ -75,7 +75,7 @@ Custom artifact types support the same features as default types, including stat
## Archive and delete artifact types

::: {.callout-important title="Deletion of artifact types is permanent."}
- Native (default) artifact types cannot be deleted, only archived.[^4] When archiving a native artifact type, existing artifacts of that type will be hidden and no new artifacts of that type can be created.
- Default artifact types cannot be deleted, only archived.[^4] When archiving a default artifact type, existing artifacts of that type will be hidden and no new artifacts of that type can be created.
- When archiving a custom artifact type, existing artifacts of that type will remain viewable, but no new artifacts of that type can be created.

:::
Expand Down
Loading