Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Opensearch 2.9, Amazon Linux
Describe the issue:
I am stumped with this permissions error. I am logged in as “admin” and registered a new model ID. When submitting the following: POST /_plugins/_ml/models/model_id/_predict
I get {
“error”: {
“root_cause”: [
{
“type”: “status_exception”,
“reason”: “Error from remote service: {"message":"You don’t have access to the model with the specified model ID."}”
}
Have read through the Model API documentation but there doesn’t seem to be anything specific to this, any help?
Configuration:
Relevant Logs or Screenshots: