Skip to content

Commit f8e17cb

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

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
@@ -184,7 +184,7 @@ export class TrainedModelDeploymentNodesStats {
184184
/** The number of threads used by each allocation during inference. */
185185
threads_per_allocation?: integer
186186

187-
throughput_last_minute?: integer
187+
throughput_last_minute: integer
188188
/** The number of inference requests that timed out before being processed. */
189189
timeout_count?: integer
190190
}

0 commit comments

Comments
 (0)