Method
Promotes a prediction operator version to be served in the deployment.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
deploymentId |
str |
Unique string identifier for the deployment.
|
Yes |
predictionOperatorVersion |
str |
Unique string identifier for the prediction operator version.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|