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 92f56d8 commit 855b85cCopy full SHA for 855b85c
specification/ml/_types/TrainedModel.ts
@@ -63,7 +63,7 @@ export class TrainedModelStats {
63
export class TrainedModelDeploymentStats {
64
adaptive_allocations?: AdaptiveAllocationsSettings
65
/** The detailed allocation status for the deployment. */
66
- allocation_status: TrainedModelDeploymentAllocationStatus
+ allocation_status?: TrainedModelDeploymentAllocationStatus
67
cache_size?: ByteSize
68
/** The unique identifier for the trained model deployment. */
69
deployment_id: Id
0 commit comments