Skip to content

Commit 8b20a01

Browse files
committed
Update PR for Hugo
1 parent f2c4e16 commit 8b20a01

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
157 KB
Loading

content/guides/core/artifacts/_index.md

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ artifact.save()
5555
# Logs the artifact version "my_data" as a dataset with data from dataset.h5
5656
```
5757

58+
The `type` of the artifact affects how it appears in the W&B platform. If do not specify a `type`, it defaults to `unspecified`.
59+
60+
{{< img src="/images/artifacts/artifacts_dropdown.png" >}}
61+
62+
Each label of the dropdown represents a different `type` parameter value. In the preceding code snippet, the artifact's `type` is `dataset`.
63+
5864
{{% alert %}}
5965
See the [track external files]({{< relref "./track-external-files.md" >}}) page for information on how to add references to files or directories stored in external object storage, like an Amazon S3 bucket.
6066
{{% /alert %}}

0 commit comments

Comments
 (0)