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 e3a87b7 commit f8e17cbCopy full SHA for f8e17cb
specification/ml/_types/TrainedModel.ts
@@ -184,7 +184,7 @@ export class TrainedModelDeploymentNodesStats {
184
/** The number of threads used by each allocation during inference. */
185
threads_per_allocation?: integer
186
187
- throughput_last_minute?: integer
+ throughput_last_minute: integer
188
/** The number of inference requests that timed out before being processed. */
189
timeout_count?: integer
190
}
0 commit comments