Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SaylorTwift
/
wanddb
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c284650
wanddb
/
typehints.py
SaylorTwift
HF Staff
Upload folder using huggingface_hub
c284650
verified
24 days ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
typing
import
Any
, TypedDict
class
LogEntry
(
TypedDict
):
project:
str
run:
str
metrics:
dict
[
str
,
Any
]
step:
int
|
None