tensorflow/inference/docker/build_artifacts/sagemaker/python_service.py [517:523]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    res.status = falcon.HTTP_200
                    res.body = json.dumps(
                        {"success": "Successfully unloaded model {}.".format(model_name)}
                    )
                except OSError as error:
                    res.status = falcon.HTTP_500
                    res.body = json.dumps({"error": str(error)}).encode("utf-8")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tensorflow/inference/docker/build_artifacts/sagemaker_neuron/python_service.py [414:420]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                res.status = falcon.HTTP_200
                res.body = json.dumps(
                    {"success": "Successfully unloaded model {}.".format(model_name)}
                )
            except OSError as error:
                res.status = falcon.HTTP_500
                res.body = json.dumps({"error": str(error)}).encode("utf-8")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



