Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
trackio-on-spaces-586675
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
538d043
trackio-on-spaces-586675
/
typehints.py
abidlabs
HF Staff
Upload folder using huggingface_hub
538d043
verified
12 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