Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainRequest

Package version

Request parameter to train a new custom model.

Hierarchy

  • TrainRequest

Index

Properties

Optional modelName

modelName: undefined | string

Optional user defined model name (max length: 1024).

source

source: string

Source path containing the training documents.

Optional sourceFilter

sourceFilter: TrainSourceFilter

Filter to apply to the documents in the source path for training.

Optional useLabelFile

useLabelFile: undefined | false | true

Use label file for training a model.

Generated using TypeDoc