Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions replicate/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ class Training(Resource):
logs: Optional[str]
"""The logs of the training."""

metrics: Optional[Dict[str, Any]]
"""Metrics for the training."""

error: Optional[str]
"""The error encountered during the training, if any."""

Expand Down