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 338f608 commit 58d1d49Copy full SHA for 58d1d49
tests/unit/sagemaker/jumpstart/hub/test_utils.py
@@ -110,7 +110,6 @@ 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