HumanLoopDataAttributes constructor

HumanLoopDataAttributes({
  1. List<ContentClassifier>? contentClassifiers,
})

Implementation

HumanLoopDataAttributes({
  this.contentClassifiers,
});