elser-ingest-speedtest/track.py [125:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return True
    except BadRequestError as bre:
        try:
            if model_deployment_already_exists(bre, model_id):
                return True
            else:
                print(bre)
                return False
        except Exception as e:
            print(e)
            return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elser-ingest-speedtest/track.py [152:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return True
    except BadRequestError as bre:
        try:
            if model_deployment_already_exists(bre, model_id):
                return True
            else:
                print(bre)
                return False
        except Exception as e:
            print(e)
            return False
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



