Skip to content

Commit 7b194d0

Browse files
committed
drop tagging constants
1 parent 9287773 commit 7b194d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/unit/sagemaker/inference_recommender/constants.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,3 @@
179179
IR_COMPILATION_MODEL_PACKAGE_CONTAINER_DEF = {
180180
"ModelPackageName": IR_MODEL_PACKAGE_VERSION_ARN,
181181
}
182-
183-
IR_TAGS = [
184-
{
185-
"Key": "ClientType",
186-
"Value": "PythonSDK-RightSize",
187-
}
188-
]
189-
190-
DEPLOYMENT_RECOMMENDATION_TAGS = [
191-
{
192-
"Key": "ClientType",
193-
"Value": "PythonSDK-DeploymentRecommendation",
194-
}
195-
]

0 commit comments

Comments
 (0)