weave icon indicating copy to clipboard operation
weave copied to clipboard

chore(weave): Inline pydantic and dataclass objects on weave.Object

Open andrewtruong opened this issue 6 months ago • 1 comments

Summary

  1. Inlines pydantic and dataclass objects, keeping the ObjectRecord shape but skipping obj_create (and inlined objects have no refs)
  2. Saves _____ time for (benchmark obj) when saving deeply nested objects
  3. Avoids cluttering the top-level Object space in the UI (and also from the object query)

Resolves

  1. https://wandb.atlassian.net/browse/WB-20357

andrewtruong avatar Aug 16 '24 02:08 andrewtruong