aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/cortex_a/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/cortex_a/events.py')
-rw-r--r--src/mlia/target/cortex_a/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/cortex_a/events.py b/src/mlia/target/cortex_a/events.py
index 76f17ba..675335d 100644
--- a/src/mlia/target/cortex_a/events.py
+++ b/src/mlia/target/cortex_a/events.py
@@ -14,7 +14,7 @@ class CortexAAdvisorStartedEvent(Event):
"""Event with Cortex-A advisor parameters."""
model: Path
- target: CortexAConfiguration
+ target_config: CortexAConfiguration
class CortexAAdvisorEventHandler(EventDispatcher):