@@ -338,7 +338,7 @@ def download_demo(
338338 s3_bucket_name (str):
339339 The name of the bucket to download from. Only 'sdv-datasets-public' is supported in
340340 SDV Community. SDV Enterprise is required for other buckets.
341- credentials (str ):
341+ credentials (dict ):
342342 Dictionary containing DataCebo license key and username. It takes the form:
343343 {
344344@@ -437,7 +437,7 @@ def get_available_demos(modality, s3_bucket_name=PUBLIC_BUCKET, credentials=None
437437 s3_bucket_name (str):
438438 The name of the bucket to download from. Only 'sdv-datasets-public' is supported in
439439 SDV Community. SDV Enterprise is required for other buckets.
440- credentials (str ):
440+ credentials (dict ):
441441 Dictionary containing DataCebo license key and username. It takes the form:
442442 {
443443@@ -562,7 +562,7 @@ def _get_text_file_content(
562562 bucket (str):
563563 The name of the bucket to download from. Only 'sdv-datasets-public' is supported in
564564 SDV Community. SDV Enterprise is required for other buckets.
565- credentials (str ):
565+ credentials (dict ):
566566 Dictionary containing DataCebo license key and username. It takes the form:
567567 {
568568@@ -610,7 +610,7 @@ def get_source(
610610 s3_bucket_name (str):
611611 The name of the bucket to download from. Only 'sdv-datasets-public' is supported in
612612 SDV Community. SDV Enterprise is required for other buckets.
613- credentials (str ):
613+ credentials (dict ):
614614 Dictionary containing DataCebo license key and username. It takes the form:
615615 {
616616@@ -646,7 +646,7 @@ def get_readme(
646646 s3_bucket_name (str):
647647 The name of the bucket to download from. Only 'sdv-datasets-public' is supported in
648648 SDV Community. SDV Enterprise is required for other buckets.
649- credentials (str ):
649+ credentials (dict ):
650650 Dictionary containing DataCebo license key and username. It takes the form:
651651 {
652652
0 commit comments