Skip to content

Commit 03ad6b0

Browse files
committed
Rename
1 parent 2ffd89c commit 03ad6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/ml/stop_trained_model_deployment/MlStopTrainedModelDeploymentRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ import { Id } from '@_types/common'
3030
export interface Request extends RequestBase {
3131
path_parts: {
3232
/**
33-
* The unique identifier of the trained model.
33+
* The unique identifier for the deployment of the model.
3434
*/
35-
model_id: Id
35+
deployment_id: Id
3636
}
3737
query_parameters: {
3838
/**

0 commit comments

Comments
 (0)