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 e7eea5e commit 97f706cCopy full SHA for 97f706c
tests/unit/sagemaker/jumpstart/hub/test_utils.py
@@ -99,8 +99,8 @@ def test_construct_hub_model_arn_from_inputs():
99
def test_construct_hub_model_reference_arn_from_inputs():
100
model_name, version = "pytorch-ic-imagenet-v2", "1.0.2"
101
hub_arn = "arn:aws:sagemaker:us-west-2:123456789123:hub/my-mock-hub"
102
- hub_content_arn_prefix = "arn:aws:sagemaker:us-west-2:123456789123:hub-content/my-mock-hub
103
-
+ hub_content_arn_prefix = "arn:aws:sagemaker:us-west-2:123456789123:hub-content/my-mock-hub"
+
104
assert (
105
utils.construct_hub_model_reference_arn_from_inputs(hub_arn, model_name, version)
106
== hub_content_arn_prefix + "/ModelReference/pytorch-ic-imagenet-v2/1.0.2"
0 commit comments