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 e8dfd57 commit 2946a48Copy full SHA for 2946a48
tests/unit/sagemaker/jumpstart/hub/test_utils.py
@@ -110,6 +110,7 @@ def test_construct_hub_model_reference_arn_from_inputs():
110
== "arn:aws:sagemaker:us-west-2:123456789123:hub-content/my-mock-hub/ModelReference/pytorch-ic-imagenet-v2/*"
111
)
112
113
+
114
def test_generate_hub_arn_for_init_kwargs():
115
hub_name = "my-hub-name"
116
hub_arn = "arn:aws:sagemaker:us-west-2:12346789123:hub/my-awesome-hub"
0 commit comments