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 f46d5ad commit e3a87b7Copy full SHA for e3a87b7
specification/ml/_types/TrainedModel.ts
@@ -180,7 +180,7 @@ export class TrainedModelDeploymentNodesStats {
180
/** The current routing state and reason for the current routing state for this allocation. */
181
routing_state: TrainedModelAssignmentRoutingTable
182
/** The epoch timestamp when the allocation started. */
183
- start_time?: EpochTime<UnitNanos>
+ start_time?: EpochTime<UnitMillis>
184
/** The number of threads used by each allocation during inference. */
185
threads_per_allocation?: integer
186
0 commit comments