Skip to content

Commit 92f56d8

Browse files
l-trottapquentin
andauthored
Update specification/ml/_types/TrainedModel.ts
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 2d2db39 commit 92f56d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/ml/_types/TrainedModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class TrainedModelDeploymentStats {
100100
/** The epoch timestamp when the deployment started. */
101101
start_time: EpochTime<UnitMillis>
102102
/** The overall state of the deployment. */
103-
state: DeploymentAssignmentState
103+
state?: DeploymentAssignmentState
104104
/** The number of threads used be each allocation during inference. */
105105
threads_per_allocation?: integer
106106
/** The sum of `timeout_count` for all nodes in the deployment. */

0 commit comments

Comments
 (0)