Method
setModelObjective POST
Copy POST

Sets the best model for all model instances of the model based on the specified metric, and updates the training configuration to use the specified metric for any future model versions.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelVersion str The model version to set as the best model.
No metric str The metric to use to determine the best model.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
Language: