Deletes KNN embeddings for a list of item IDs for a given model ID.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | streamingToken | str | The streaming token for authenticating requests to the model. |
Yes | modelId | str | A unique string identifier for the model from which to delete item embeddings. |
Yes | itemIds | List[str] | A list of item IDs whose embeddings will be deleted. |
No | catalogId | str | An optional name to specify which catalog in a model to update. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|
DataNotFoundError |
|