Exemplo n.º 1
0
 class Config(NewTask.Config):
     model: IntentSlotModel.Config = IntentSlotModel.Config()
     metric_reporter: IntentSlotMetricReporter.Config = (
         IntentSlotMetricReporter.Config())
Exemplo n.º 2
0
 class Config(NewTask.Config):
     labels: List[TargetConfigBase]
     model: IntentSlotModel.Config = IntentSlotModel.Config()
     metric_reporter: IntentSlotMetricReporter.Config = (
         IntentSlotMetricReporter.Config())