File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
packages_generated/inference/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [
77 'creating' ,
88 'deploying' ,
99 'deleting' ,
10+ 'scaling' ,
1011]
1112
1213/** Lists transient statutes of the enum {@link ModelStatus}. */
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export type DeploymentStatus =
1010 | 'error'
1111 | 'deleting'
1212 | 'locked'
13+ | 'scaling'
1314
1415export type ListDeploymentsRequestOrderBy =
1516 | 'created_at_desc'
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [
77 'creating' ,
88 'deploying' ,
99 'deleting' ,
10+ 'scaling' ,
1011]
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export type DeploymentStatus =
1010 | 'error'
1111 | 'deleting'
1212 | 'locked'
13+ | 'scaling'
1314
1415export type ListDeploymentsRequestOrderBy =
1516 | 'created_at_desc'
You can’t perform that action at this time.
0 commit comments