put-models-tags-by-model-id
Add or remove tags from a specific model in Scenario.com's AI platform to organize and categorize your AI models effectively.
Instructions
Add/delete tags for the given modelId
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The tags' `modelId` | |
| add | No | ||
| strict | No | If true, the function will throw an error if: - one of the tags to add already exists - one of the tags to delete is not found If false, the endpoint will behave as if it was idempotent | |
| delete | No |