IntentSlotMetricReporter.ConfigΒΆ
Component: IntentSlotMetricReporter
-
class
IntentSlotMetricReporter.Config[source] Bases:
MetricReporter.Config
All Attributes (including base classes)
- output_path: str =
'/tmp/test_out.txt'- pep_format: bool =
False- student_column_names: list[str] =
[]- log_gradient: bool =
False
Default JSON
{
"output_path": "/tmp/test_out.txt",
"pep_format": false,
"student_column_names": [],
"log_gradient": false
}