You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, let's inovoke `SageMaker Endpoint` to make sure it works well.
237
+
238
+
Before invocation, open `codes/glue/churn-xgboost/script/test_invoke.py` file, and update `profile name` and `endpoint name` according to your configuration.
239
+
240
+
```python
241
+
...
242
+
...
243
+
244
+
os.environ['AWS_PROFILE'] ='cdk-demo'
245
+
_endpoint_name ='MLOpsPipelineDemo-churn-xgboost'
246
+
247
+
...
248
+
...
249
+
```
250
+
251
+
Invoke the endpoint by executing the following command:
0 commit comments