issues
search
exasol
/
sagemaker-extension
An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
2
stars
1
forks
source link
Implement UDF scripts for endpoint operations
#28
Closed
umitbuyuksahin
closed
2 years ago
umitbuyuksahin
commented
3 years ago
Implement Create/Delete endpoint udf scripts
CreateEndpoint Lua Script
Create the Endpoint for model
Create or Update Model Connection (with the endpoint information)
Create UDF Function (if not exists)
DeleteEndpoint Lua Script
Delete the Endpoint
Update the connection object with "Not running"
Implement Create/Delete endpoint udf scripts