Skip to content

Commit 855b85c

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

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
@@ -63,7 +63,7 @@ export class TrainedModelStats {
6363
export class TrainedModelDeploymentStats {
6464
adaptive_allocations?: AdaptiveAllocationsSettings
6565
/** The detailed allocation status for the deployment. */
66-
allocation_status: TrainedModelDeploymentAllocationStatus
66+
allocation_status?: TrainedModelDeploymentAllocationStatus
6767
cache_size?: ByteSize
6868
/** The unique identifier for the trained model deployment. */
6969
deployment_id: Id

0 commit comments

Comments
 (0)