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 6a252f9 commit 93671a5Copy full SHA for 93671a5
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