Skip to content

Commit

Permalink
Update specification/ml/_types/TrainedModel.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
l-trotta and pquentin authored Dec 6, 2024
1 parent 2d2db39 commit 92f56d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/ml/_types/TrainedModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class TrainedModelDeploymentStats {
/** The epoch timestamp when the deployment started. */
start_time: EpochTime<UnitMillis>
/** The overall state of the deployment. */
state: DeploymentAssignmentState
state?: DeploymentAssignmentState
/** The number of threads used be each allocation during inference. */
threads_per_allocation?: integer
/** The sum of `timeout_count` for all nodes in the deployment. */
Expand Down

0 comments on commit 92f56d8

Please sign in to comment.