FastDeleteFeatureByRange接口
API定义 |
APP_ERROR FastDeleteFeatureByRange(int64_t start, int64_t count); |
|---|---|
功能描述 |
从start位置来批量删除count个底库特征。此接口只支持TSFlatIP和TSInt8FlatCos的附加相似度场景。 |
输入 |
int64_t start:批量删除的特征起始位置。 Int64_t count:批量删除的特征数量。 |
输出 |
无 |
返回值 |
APP_ERROR:调用返回状态,具体请参见接口调用返回值参考。 |
约束说明 |
|
父主题: AscendIndexTS