diff --git a/descarteslabs/core/compute/job.py b/descarteslabs/core/compute/job.py index f4c84a8f..35966387 100644 --- a/descarteslabs/core/compute/job.py +++ b/descarteslabs/core/compute/job.py @@ -149,7 +149,7 @@ class Job(Document): The status may occasionally need to be refreshed by calling :py:meth:`Job.refresh` """, ) - statistics: Optional[Dict] = Attribute( + statistics: Optional[JobStatistics] = Attribute( JobStatistics, readonly=True, doc="""The runtime utilization statistics for the Job.