We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b133a commit 4903d9bCopy full SHA for 4903d9b
tests/integ/test_sagemaker_config.py
@@ -344,6 +344,7 @@ def test_sagemaker_config_cross_context_injection(
344
"InferenceExecutionConfig": {"Mode": "Serial"},
345
"ExecutionRoleArn": role_arn, # from sagemaker_config
346
"EnableNetworkIsolation": True, # from sagemaker_config
347
+ "DeploymentRecommendation": {"RecommendationStatus": "NOT_APPLICABLE"},
348
}
349
350
expected_endpoint_1 = {
0 commit comments