RerankerCreateInput constructor
RerankerCreateInput({})
Implementation
RerankerCreateInput({
this.modelName,
required this.modelPath,
this.tokenizerPath,
required this.config,
this.pluginId,
this.deviceId,
});