delete-models-training-images-by-model-id-and-training-image-id
Remove specific training images from AI models by providing both model and image identifiers to manage training datasets.
Instructions
Delete the given trainingImageId from the given modelId
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The training image's `modelId` | |
| trainingImageId | Yes | The training image's `trainingImageId` to delete |