GetHyperSearchParams
API definition |
APP_ERROR GetHyperSearchParams(AscendIndexHyperParams& params) const; |
|---|---|
Function |
Obtains the retrieval hyperparameter of the index. |
Input |
N/A |
Output |
const AscendIndexHyperParams& params: hyperparameter for retrieval. For details, see AscendIndexHyperParams. |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
N/A |
Parent topic: AscendIndexGreat