Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dolaru committed Nov 6, 2023
1 parent 2f24f6a commit 4b2da88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import { Id } from '@_types/common'
export interface Request extends RequestBase {
path_parts: {
/**
* The unique identifier of the trained model.
* The unique identifier for the deployment of the model.
*/
model_id: Id
deployment_id: Id
}
query_parameters: {
/**
Expand Down

0 comments on commit 4b2da88

Please sign in to comment.