EmbedderCreateInput constructor

EmbedderCreateInput({
  1. String? modelName,
  2. required String modelPath,
  3. String? tokenizerPath,
  4. required ModelConfig config,
  5. String? pluginId,
  6. String? deviceId,
})

Implementation

EmbedderCreateInput({
  this.modelName,
  required this.modelPath,
  this.tokenizerPath,
  required this.config,
  this.pluginId,
  this.deviceId,
});