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 92f56d8 commit 855b85c
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 @@ -63,7 +63,7 @@ export class TrainedModelStats {
export class TrainedModelDeploymentStats {
adaptive_allocations?: AdaptiveAllocationsSettings
/** The detailed allocation status for the deployment. */
allocation_status: TrainedModelDeploymentAllocationStatus
allocation_status?: TrainedModelDeploymentAllocationStatus
cache_size?: ByteSize
/** The unique identifier for the trained model deployment. */
deployment_id: Id
Expand Down

0 comments on commit 855b85c

Please sign in to comment.