From d8a563a1dae7d565a93d2220d0ec0a38be65dbe5 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 7 Nov 2024 13:35:46 -0800 Subject: [PATCH] Update output filename --- examples/nlp_si_detection/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/nlp_si_detection/README.md b/examples/nlp_si_detection/README.md index d12fb6a6c0..24f94ad15b 100644 --- a/examples/nlp_si_detection/README.md +++ b/examples/nlp_si_detection/README.md @@ -131,7 +131,7 @@ morpheus --log_level=DEBUG \ filter --filter_source=TENSOR \ `# 8th Stage: Convert from objects back into strings` \ serialize --exclude '^_ts_' \ - `# 9th Stage: Write out the JSON lines to the detections.jsonlines file` \ + `# 9th Stage: Write out the JSON lines to the nlp_si_detections.jsonlines file` \ to-file --filename=nlp_si_detections.jsonlines --overwrite ``` @@ -187,7 +187,7 @@ Added stage: morpheus.ControlMessage Added stage: └─ morpheus.ControlMessage -> morpheus.MessageMeta -Added stage: +Added stage: └─ morpheus.MessageMeta -> morpheus.MessageMeta ====Building Pipeline Complete!==== Starting! Time: 1656352480.541071 @@ -196,7 +196,7 @@ Inference Rate[Complete]: 93085inf [00:07, 12673.63inf/s] ``` -The output file `detections.jsonlines` will contain the original PCAP messages with the following additional fields added: +The output file `nlp_si_detections.jsonlines` will contain the original PCAP messages with the following additional fields added: * `address` * `bank_acct` * `credit_card`