labels property

List<String>? labels
getter/setter pair

The set of categories being classified. If not specified, candidate labels will be automatically collected from the examples you provide. All the label strings will be normalized to be capitalized.

Implementation

List<String>? labels;