Artifact
less than a minute
W&B artifact for versioning datasets, models, and other files.
const artifact: Artifact = {
id: "artifact_abc123",
name: "model-weights",
type: artifactType,
description: "Trained model weights",
aliases: ["latest", "production"],
createdAt: new Date("2024-01-15")
};
Property | Type | Description |
---|---|---|
id |
string |
Artifact ID |
name |
string |
Artifact name |
type |
ArtifactType |
Artifact type |
description |
string |
Optional. Artifact description |
aliases |
string[] |
Optional. List of aliases |
createdAt |
Date |
Creation timestamp |
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.