Skip to content

Commit f46d5ad

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

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
@@ -161,7 +161,7 @@ export class TrainedModelDeploymentNodesStats {
161161
inference_cache_hit_count_last_minute?: long
162162

163163
/** The epoch time stamp of the last inference call for the model on this node. */
164-
last_access?: EpochTime<UnitNanos>
164+
last_access?: EpochTime<UnitMillis>
165165
/**
166166
* Information pertaining to the node.
167167
* @availability stack

0 commit comments

Comments
 (0)