We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f196f1 commit d02d524Copy full SHA for d02d524
src/sagemaker/jumpstart/hub/hub.py
@@ -233,7 +233,7 @@ def list_sagemaker_public_hub_models(
233
f"arn:{info.partition}:"
234
f"sagemaker:{info.region}:"
235
f"aws:hub-content/{info.hub_name}/"
236
- f"{HubContentType.MODEL}/{model[0]}"
+ f"{HubContentType.MODEL.value}/{model[0]}"
237
)
238
hub_content_summary = {
239
"hub_content_name": model[0],
0 commit comments