Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HuggingFaceFW-Dev
/
trackio-classification-space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7b87573
trackio-classification-space
/
typehints.py
hynky
HF Staff
Upload folder using huggingface_hub
7b87573
verified
11 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