We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b85c commit f46d5adCopy full SHA for f46d5ad
specification/ml/_types/TrainedModel.ts
@@ -161,7 +161,7 @@ export class TrainedModelDeploymentNodesStats {
161
inference_cache_hit_count_last_minute?: long
162
163
/** The epoch time stamp of the last inference call for the model on this node. */
164
- last_access?: EpochTime<UnitNanos>
+ last_access?: EpochTime<UnitMillis>
165
/**
166
* Information pertaining to the node.
167
* @availability stack
0 commit comments