Entity
less than a minute
Represents a W&B entity (team or individual user).
const entity: Entity = {
id: "entity_abc123",
name: "my-team",
isTeam: true
};
Property | Type | Description |
---|---|---|
id |
string |
Entity ID |
name |
string |
Entity name |
isTeam |
boolean |
Whether this is a team or individual user |
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.