Skip to content

Commit e3a87b7

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

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
@@ -180,7 +180,7 @@ export class TrainedModelDeploymentNodesStats {
180180
/** The current routing state and reason for the current routing state for this allocation. */
181181
routing_state: TrainedModelAssignmentRoutingTable
182182
/** The epoch timestamp when the allocation started. */
183-
start_time?: EpochTime<UnitNanos>
183+
start_time?: EpochTime<UnitMillis>
184184
/** The number of threads used by each allocation during inference. */
185185
threads_per_allocation?: integer
186186

0 commit comments

Comments
 (0)