You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected data type for the experiment_id property is string. However, if an integer or double value is provided in the search space for e.g in the below JSON, it results in a validation error with the message Parameters cannot be empty or null! . The correct validation error message should indicate that the data type of "experiment_id" should be a string i.e Parameter 'experiment_id' 123 is not of type 'string'
The expected data type for the
experiment_id
property isstring
. However, if aninteger or double
value is provided in the search space for e.g in the below JSON, it results in a validation error with the messageParameters cannot be empty or null!
. The correct validation error message should indicate that the data type of "experiment_id" should be a string i.eParameter 'experiment_id' 123 is not of type 'string'
The text was updated successfully, but these errors were encountered: