ArtifactVersion
less than a minute
A specific version of a W&B artifact.
const artifactVersion: ArtifactVersion = {
id: "version_xyz789",
version: "v3",
versionIndex: 3,
aliases: ["latest", "production"],
createdAt: new Date("2024-01-15"),
metadata: {
accuracy: 0.95,
model_type: "transformer"
}
};
Property | Type | Description |
---|---|---|
id |
string |
Version ID |
version |
string |
Version string (e.g., “v3”) |
versionIndex |
number |
Version index number |
aliases |
string[] |
Optional. List of aliases |
createdAt |
Date |
Creation timestamp |
metadata |
object |
Optional. Version metadata |
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.