issueModels property

List<String>? issueModels
getter/setter pair

The issue model to run.

If not provided, the most recently deployed topic model will be used. The provided issue model will only be used for inference if the issue model is deployed and if run_issue_model_annotator is set to true. If more than one issue model is provided, only the first provided issue model will be used for inference.

Implementation

core.List<core.String>? issueModels;