Skip to content

Commit 4f70ba4

Browse files
authored
Add a temporary publishing operator for Clara Render Server before the App SDK viz module is ready (#173)
* Add the temp publisher operator to publish dataset for the Clara render server. Signed-off-by: mmelqin <mingmelvinq@nvidia.com> * Changed made after checking coding style. Signed-off-by: mmelqin <mingmelvinq@nvidia.com> * Removed unused imports to fix PR CI/CD errors Signed-off-by: mmelqin <mingmelvinq@nvidia.com> * Use the Path API as the `path` is a Path obj
1 parent bfea322 commit 4f70ba4

File tree

2 files changed

+940
-0
lines changed

2 files changed

+940
-0
lines changed

monai/deploy/operators/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
InferenceOperator
2020
MonaiSegInferenceOperator
2121
PNGConverterOperator
22+
PublisherOperator
2223
"""
2324

2425
from .dicom_data_loader_operator import DICOMDataLoaderOperator
@@ -28,3 +29,4 @@
2829
from .inference_operator import InferenceOperator
2930
from .monai_seg_inference_operator import MonaiSegInferenceOperator
3031
from .png_converter_operator import PNGConverterOperator
32+
from .publisher_operator import PublisherOperator

0 commit comments

Comments
 (0)