From 855b85c4d3d70f9b0cf4383350263fa389e27794 Mon Sep 17 00:00:00 2001 From: Laura Trotta <153528055+l-trotta@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:27:57 +0100 Subject: [PATCH] Update specification/ml/_types/TrainedModel.ts Co-authored-by: Quentin Pradet --- specification/ml/_types/TrainedModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/ml/_types/TrainedModel.ts b/specification/ml/_types/TrainedModel.ts index f95c975e66..3405b440f8 100644 --- a/specification/ml/_types/TrainedModel.ts +++ b/specification/ml/_types/TrainedModel.ts @@ -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