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 2d2db39 commit 92f56d8Copy full SHA for 92f56d8
specification/ml/_types/TrainedModel.ts
@@ -100,7 +100,7 @@ export class TrainedModelDeploymentStats {
100
/** The epoch timestamp when the deployment started. */
101
start_time: EpochTime<UnitMillis>
102
/** The overall state of the deployment. */
103
- state: DeploymentAssignmentState
+ state?: DeploymentAssignmentState
104
/** The number of threads used be each allocation during inference. */
105
threads_per_allocation?: integer
106
/** The sum of `timeout_count` for all nodes in the deployment. */
0 commit comments