Skip to content

Commit de883d5

Browse files
author
Tejas Ganesh Naik
committed
adding param comment in python
1 parent 3a51bfe commit de883d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/example_code/medical-imaging/medical_imaging_basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def start_dicom_import_job(
133133
:param role_arn: The Amazon Resource Name (ARN) of the role to use for the job.
134134
:param input_s3_uri: The S3 bucket input prefix path containing the DICOM files.
135135
:param output_s3_uri: The S3 bucket output prefix path for the result.
136+
:param importConfiguration: The configuration for digital pathology import.
136137
:return: The job ID.
137138
"""
138139
try:

0 commit comments

Comments
 (0)