Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for the createClassifier operation.

Hierarchy

  • CreateClassifierParams

Index

Properties

Optional headers

headers: OutgoingHttpHeaders

trainingData

trainingData: ReadableStream | Buffer

Training data in CSV format. Each text value must have at least one class. The data can include up to 3,000 classes and 20,000 records. For details, see Data preparation.

trainingMetadata

trainingMetadata: ReadableStream | Buffer

Metadata in JSON format. The metadata identifies the language of the data, and an optional name to identify the classifier. Specify the language with the 2-letter primary language code as assigned in ISO standard 639.

Supported languages are English (en), Arabic (ar), French (fr), German, (de), Italian (it), Japanese (ja), Korean (ko), Brazilian Portuguese (pt), and Spanish (es).

Generated using TypeDoc