Is it possible to dynamically change the targetQuality using nvEncReconfigureEncoder?

I would like to change the targetQuality for each time segment in the video without reinitializing the encoder; is it possible to do this with nvEncReconfigureEncoder?

In FFmpeg’s nvenc.c, it appears that averageBitRate, maxBitrate, and vbvBufferSize can be modified using nvEncReconfigureEncoder. Is it also possible to modify targetQuality this way?