exasol / sagemaker-extension

An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
3 stars 1 forks source link

Removing the language alias parameter from cli #102

Closed ahsimb closed 9 months ago

ahsimb commented 9 months ago

closes #101

The code may look somewhat odd - the LanguageContainerDeployer class has an unnecessary attribute. We are still planning to move this class to the script-language-container-tool and share it between different extensions. We will decide later if this attribute - the _language_alias - is needed in a general case.