Project
less than a minute
W&B project containing runs, artifacts, and reports.
const project: Project = {
name: "my-awesome-project",
entity: entity,
createdAt: new Date("2023-01-01"),
updatedAt: new Date("2024-01-20")
};
Property | Type | Description |
---|---|---|
name |
string |
Project name |
entity |
Entity |
Owning entity |
createdAt |
Date |
Creation timestamp |
updatedAt |
Date |
Last update 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.